woo
This commit is contained in:
parent
3547a67f01
commit
6c24507dd7
@ -67,7 +67,7 @@ do
|
||||
# existing or starting with dash?
|
||||
if [[ -n $nextopt && $nextopt != -* ]] ; then
|
||||
OPTIND=$((OPTIND + 1))
|
||||
ignore+=("$OPTARG")
|
||||
ignore+=("$nextopt")
|
||||
else
|
||||
echo "Option: \"-i\" requires an argument"
|
||||
exit
|
||||
|
Loading…
Reference in New Issue
Block a user