Fix the previous commit.

This commit is contained in:
Username404-59 2021-07-08 10:42:10 +02:00
parent c3bf6609f2
commit 710590fef6
Signed by: Username404-59
GPG Key ID: 7AB361FBB257A5D1
1 changed files with 1 additions and 1 deletions

View File

@ -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