]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/builtins/getopts7.0
Add VHD support to mkimg(1). VHD is used by Xen and Microsoft's Hyper-V
[FreeBSD/FreeBSD.git] / bin / sh / tests / builtins / getopts7.0
1 # $FreeBSD$
2
3 set -- -x
4 getopts :x: var
5 r=$?
6 [ r != 0 ] && [ "$OPTIND" = 2 ]