This commit is contained in:
ridiculousfish 2013-01-26 12:49:37 -08:00
parent 92b2376c23
commit 2b35b3f06e

View File

@ -144,7 +144,7 @@ function umask --description "Set default file permission mask"
if not getopt -T >/dev/null
# GNU getopt
set longopt -l as-command,symbolic,help
set options -o $shortopt -l $longopt --
set options -o $shortopt $longopt --
# Verify options
if not getopt -n umask $options $argv >/dev/null
return 1