xref
: /
freebsd
/
bin
/
sh
/
tests
/
parameters
/
optind2.0
(revision e2eeea75eb8b6dd50c1298067a0655880d186734)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
# $FreeBSD$
2
3
[ "$(OPTIND=42 ${SH} -c 'printf %s "$OPTIND"')" = 1 ]
4