]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/builtins/getopts3.0
MFV r329313: 8857 zio_remove_child() panic due to already destroyed parent zio
[FreeBSD/FreeBSD.git] / bin / sh / tests / builtins / getopts3.0
1 # $FreeBSD$
2
3 shift $#
4 getopts x opt
5 r=$?
6 [ "$r" != 0 ] && [ "$OPTIND" = 1 ]