summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin/sh/builtins/getopts1.0
blob: ecb509ff9c21a6fe0a8e9b3a9264e1c8ae8e7b80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$
set -- -abc
getopts "ab:" OPTION
echo ${OPTION}

set -- -ab
getopts "ab:" OPTION
echo ${OPTION}

shift 1
getopts "ab:" OPTION
echo ${OPTION}
OpenPOWER on IntegriCloud