]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/parameters/optind2.0
THIS BRANCH IS OBSOLETE, PLEASE READ:
[FreeBSD/FreeBSD.git] / bin / sh / tests / parameters / optind2.0
1 # $FreeBSD$
2
3 [ "$(OPTIND=42 ${SH} -c 'printf %s "$OPTIND"')" = 1 ]