El test daba un error

This commit is contained in:
fauno
2013-04-16 19:42:51 -03:00
parent 0b7fef6543
commit 3adf95d794

2
lvpn
View File

@ -37,7 +37,7 @@ while getopts "hc" arg; do
done
let OPTIND--; shift ${OPTIND}
test -z "$@" && help lvpn && exit 0
test -z "$1" && help lvpn && exit 0
# El comando
command=$1; shift