1# $FreeBSD$ 2 3set -- -x -y 4getopts :x var || echo "First getopts bad: $?" 5getopts :x var 6r=$? 7[ r != 0 ] && [ "$OPTIND" = 3 ] 8