Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
9a7d0a01918df5a963b6c90177b321ff743282b2
/
.
/
shell
/
hush_test
/
hush-getopts
/
getopt_positional.tests
blob: ddf063363dfdc1d80eb02e2d4036be550a40bf56 [
file
] [
log
] [
blame
]
set
--
-
q
-
w
-
e r
-
t
-
y
echo
"*** no OPTIND, optstring:'we' args:$*"
var
=
QWERTY
while
getopts
"we"
var
;
do
echo
"var:'$var' OPTIND:$OPTIND"
done
echo
"exited: var:'$var' OPTIND:$OPTIND"