use the correct d option in getopt instead of the removed f
This commit is contained in:
parent
c6199b611e
commit
09e0a940b3
|
@ -167,7 +167,7 @@ do
|
|||
done
|
||||
|
||||
# Parse any command line options.
|
||||
args=`getopt vfhp:D:X: $ARGV`
|
||||
args=`getopt vdhp:D:X: $ARGV`
|
||||
eval set -- "$args"
|
||||
|
||||
while true; do
|
||||
|
|
Loading…
Reference in New Issue