Skip to content

Commit

Permalink
SC2206 fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
p-alik committed Jul 25, 2017
1 parent d65366b commit 29e09c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1541,7 +1541,7 @@ execute_job ()
fi

local BOOTSTRAP_TARGET_ARRAY
BOOTSTRAP_TARGET_ARRAY=( $BOOTSTRAP_TARGET )
BOOTSTRAP_TARGET_ARRAY=( "$BOOTSTRAP_TARGET" )

for target in "${BOOTSTRAP_TARGET_ARRAY[@]}"
do
Expand Down

0 comments on commit 29e09c2

Please sign in to comment.