Correr comandos sin comillas
This commit is contained in:
parent
e338ec7605
commit
a7fea3f24f
1 changed files with 1 additions and 1 deletions
2
haini.sh
2
haini.sh
|
@ -184,6 +184,6 @@ case $1 in
|
|||
fi
|
||||
|
||||
crear_entorno
|
||||
stdin=/dev/stdin correr "${1:-sh}"
|
||||
stdin=/dev/stdin correr "${*:-sh}"
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue