Newer
Older
ubixos / bin / sh / tests / parameters / optind2.0
@Charlie Root Charlie Root on 16 Jan 2018 150 bytes BSD Shell
# $FreeBSD: releng/11.1/bin/sh/tests/parameters/optind2.0 259846 2013-12-24 22:38:24Z jilles $

[ "$(OPTIND=42 ${SH} -c 'printf %s "$OPTIND"')" = 1 ]