diff options
Diffstat (limited to 'ci/01-deploybundle.sh')
-rwxr-xr-x | ci/01-deploybundle.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ci/01-deploybundle.sh b/ci/01-deploybundle.sh index 6f6f0e27..90724096 100755 --- a/ci/01-deploybundle.sh +++ b/ci/01-deploybundle.sh @@ -113,6 +113,9 @@ case "$3" in ;; esac +# lets put the if seperateor as "," as this will save me from world. +IFS="," + for feature in $5; do case "$feature" in 'ipv6' ) |