From 424f63b41089e9ecc9b1afffd4017bc8be1c3a99 Mon Sep 17 00:00:00 2001 From: cyBerta Date: Sun, 28 Nov 2021 13:11:25 +0100 Subject: fix -c flag parsing --- scripts/prepareForDistribution.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/prepareForDistribution.sh b/scripts/prepareForDistribution.sh index 8814644e..207c2983 100755 --- a/scripts/prepareForDistribution.sh +++ b/scripts/prepareForDistribution.sh @@ -199,7 +199,6 @@ do elif [[ ${!i} = "-s" || ${!i} = "-stacktrace" ]]; then STACKTRACE="--stacktrace" elif [[ ${!i} = "-c" || ${!i} = "-custom" ]]; then - ((i++)) FLAVOR="Custom" FLAVOR_LOWERCASE="custom" elif [[ ${!i} = "-aab" ]]; then -- cgit v1.2.3