From 342042282b370ce7e42b6fb81643ae448e021f51 Mon Sep 17 00:00:00 2001 From: Username404-59 Date: Fri, 26 Feb 2021 20:30:45 +0100 Subject: [PATCH] Fix skipArgsIteration in scripts/ybcon.sh. --- scripts/ybcon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/ybcon.sh b/scripts/ybcon.sh index cec5382..9526df0 100755 --- a/scripts/ybcon.sh +++ b/scripts/ybcon.sh @@ -37,10 +37,10 @@ if [ "$#" != 0 ]; then elif [ "$1" = "--version" ]; then run=true args="$1" - skipArgsIteration=false; + skipArgsIteration=true; fi fi - if [ $skipArgsIteration = true ]; then + if [ "$skipArgsIteration" = false ]; then for it in "$@" do case "$it" in