Add -l to getopts

This commit is contained in:
Tom McLaughlin 2013-08-06 20:26:43 -04:00
parent 3defb6e1c1
commit 5b483999cc

View file

@ -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;;