xref: /freebsd/bin/sh/tests/builtins/getopts2.0 (revision b6ac0e6565b7bbb903ab09d2f8ed1e2a25135133)
1# $FreeBSD$
2set - -ax
3getopts ax option
4set -C
5getopts ax option
6echo $option
7