summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/getopts3.0
blob: d02469b204696f05788932c67a831151e6a6ff31 (plain)
1
2
3
4
5
6
# $FreeBSD$

shift $#
getopts x opt
r=$?
[ "$r" != 0 ] && [ "$OPTIND" = 1 ]
OpenPOWER on IntegriCloud