Add -l to getopts
This commit is contained in:
parent
3defb6e1c1
commit
5b483999cc
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ PATH=/sbin:/usr/sbin:/bin:/usr/bin
|
|||
## http://nexenta.org/projects/site/wiki/Personalities
|
||||
unset SUN_PERSONALITY
|
||||
|
||||
while getopts "o:s:d:tnw:f" options; do
|
||||
while getopts "o:s:d:tnw:fl" options; do
|
||||
case $options in
|
||||
o ) OUTFILE=$OPTARG;;
|
||||
d ) WORKDIR=$OPTARG;;
|
||||
|
|
Loading…
Reference in a new issue