]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/parameters/optind2.0
Merge llvm, clang, compiler-rt, libc++, libunwind, lld, lldb and openmp
[FreeBSD/FreeBSD.git] / bin / sh / tests / parameters / optind2.0
1 # $FreeBSD$
2
3 [ "$(OPTIND=42 ${SH} -c 'printf %s "$OPTIND"')" = 1 ]