xref: /freebsd/bin/sh/tests/builtins/getopts3.0 (revision e738085b94631f90e21a49852538ac95974baf44)
1
2shift $#
3getopts x opt
4r=$?
5[ "$r" != 0 ] && [ "$OPTIND" = 1 ]
6