xref: /dflybsd-src/tools/regression/bin/sh/builtins/getopts2.0 (revision f1e3af6c0d9fb009456c1ad7a10c323acbf7022f)
1# $FreeBSD: head/tools/regression/bin/sh/builtins/getopts2.0 182301 2008-08-27 20:26:34Z stefanf $
2set - -ax
3getopts ax option
4set -C
5getopts ax option
6echo $option
7