diff options
author | cyBerta <cyberta@riseup.net> | 2021-11-28 13:11:25 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2021-11-28 13:11:25 +0100 |
commit | 424f63b41089e9ecc9b1afffd4017bc8be1c3a99 (patch) | |
tree | 43714def6895e3c9b3376833906aedc2e2233fc1 /scripts | |
parent | 61325e824c9d792a0fafb638abca73f68be07125 (diff) |
fix -c flag parsing
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/prepareForDistribution.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |