Fix the previous commit.
This commit is contained in:
parent
c3bf6609f2
commit
710590fef6
|
@ -56,7 +56,6 @@ if [ "$#" != 0 ]; then
|
||||||
case "$it" in
|
case "$it" in
|
||||||
-p | --printresult | --parallel | --target=* )
|
-p | --printresult | --parallel | --target=* )
|
||||||
if test "${args#*$it}" = "$args"; then
|
if test "${args#*$it}" = "$args"; then
|
||||||
if test "$args" = "*.ybcon*"; then usageExit; fi
|
|
||||||
newArgs "$it"
|
newArgs "$it"
|
||||||
else
|
else
|
||||||
usageExit
|
usageExit
|
||||||
|
@ -68,6 +67,7 @@ if [ "$#" != 0 ]; then
|
||||||
usageExit ;;
|
usageExit ;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
if ! test "$args" = "*.ybcon*"; then usageExit; fi
|
||||||
fi
|
fi
|
||||||
else
|
else
|
||||||
usage false
|
usage false
|
||||||
|
|
Loading…
Reference in New Issue