]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/builtins/getopts2.0
Apply fixes in ena-com
[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"