]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/builtins/getopts2.0
MFV r336944: 9286 want refreservation=auto
[FreeBSD/FreeBSD.git] / bin / sh / tests / builtins / getopts2.0
1 # $FreeBSD$
2 set - -ax
3 getopts ax option
4 set -C
5 getopts ax option
6 printf '%s\n' "$option"