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