Skip to content

Commit d0d34f1

Browse files
committed
[fix] : Fixed SC2206
1 parent 211cd88 commit d0d34f1

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

tools/docker-build.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,9 @@ while (( ${#} > 0 )); do
5454
exit 1
5555
fi
5656
#
57-
BUILD_SCRIPT_OPTS+=(${2})
57+
#BUILD_SCRIPT_OPTS+=(${2})
58+
IFS=" " read -r -a BUILD_SCRIPT_OPTS <<< "${2}"
59+
5860
shift 2
5961
;;
6062
-d | --dist-out-dir)

0 commit comments

Comments
 (0)