From 710590fef6b7d85617995bff6aae154837925723 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Thu, 8 Jul 2021 10:42:10 +0200 Subject: [PATCH] Fix the previous commit. --- scripts/ybcon | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ybcon b/scripts/ybcon index 9ac909a..c895145 100755 --- a/scripts/ybcon +++ b/scripts/ybcon @@ -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