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