Deleted Added
full compact
getopts2.0 (259210) getopts2.0 (297752)
1# $FreeBSD: head/bin/sh/tests/builtins/getopts2.0 182301 2008-08-27 20:26:34Z stefanf $
1# $FreeBSD: head/bin/sh/tests/builtins/getopts2.0 297752 2016-04-09 16:06:13Z jilles $
2set - -ax
3getopts ax option
4set -C
5getopts ax option
2set - -ax
3getopts ax option
4set -C
5getopts ax option
6echo $option
6printf '%s\n' "$option"