1*6e76445cSJilles Tjoelker 2*6e76445cSJilles Tjoelkerset -- -x -y 3*6e76445cSJilles Tjoelkergetopts :x var || echo "First getopts bad: $?" 4*6e76445cSJilles Tjoelkergetopts :x var 5*6e76445cSJilles Tjoelkerr=$? 6*6e76445cSJilles Tjoelker[ r != 0 ] && [ "$OPTIND" = 3 ] 7