From 6d3bb893a84480b7aacb9e17e319ceaca41a1def Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Fri, 26 Feb 2021 21:58:05 +0100 Subject: [PATCH] Also show the usage when the -p/--printresult options are repeated together with .ybcon files. --- scripts/ybcon.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/ybcon.sh b/scripts/ybcon.sh index f3e37a4..456a3c1 100755 --- a/scripts/ybcon.sh +++ b/scripts/ybcon.sh @@ -58,8 +58,7 @@ if [ "$#" != 0 ]; then fi ;; *.ybcon ) newArgs "$it" - run=true - break ;; + run=true ;; * ) usage false ;; esac