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