opnsense-src/tools/regression/bin/sh/parameters/optind1.0
Jilles Tjoelker bf3db314f7 sh: Allow unsetting OPTIND.
Note that only assigning the decimal value 1 resets getopts, as before.
2011-11-20 21:48:50 +00:00

3 lines
46 B
Text

# $FreeBSD$
unset OPTIND && [ -z "$OPTIND" ]