summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/builtins/getopts2.0
blob: 1bd2c32db81cc8337a439a5dbf3c85f69fb89556 (plain)
1
2
3
4
5
6
# $FreeBSD$
set - -ax
getopts ax option
set -C
getopts ax option
printf '%s\n' "$option"
OpenPOWER on IntegriCloud