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