Correr comandos sin comillas

This commit is contained in:
f 2021-08-25 18:06:58 -03:00 committed by Nulo
parent e338ec7605
commit a7fea3f24f

View file

@ -184,6 +184,6 @@ case $1 in
fi
crear_entorno
stdin=/dev/stdin correr "${1:-sh}"
stdin=/dev/stdin correr "${*:-sh}"
;;
esac