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