diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-31 15:04:29 -0500 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2016-05-31 15:05:06 -0500 |
commit | 885d85728ddfa5346a9391eda1ec224319b51f83 (patch) | |
tree | 0b5e7d9ff75a0837f31f540fe4f862d5d1630a0f /ci/01-deploybundle.sh | |
parent | ec07b10b209d4a5cf076bafd716b2bfc33bdeb59 (diff) |
modified for right syntax.
Change-Id: I6abcfbd8bbc5423003ba2dcee4c9fd0018542652
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
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' ) |