xref: /dflybsd-src/tools/regression/bin/sh/builtins/getopts2.0 (revision ca86d83e7d8d6bfef814ef3683c37d99ad62f11c)
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