OSDN Git Service

[fix] : FIxed -a
authorhayao <hayao@fascode.net>
Fri, 9 Apr 2021 11:58:46 +0000 (20:58 +0900)
committerhayao <hayao@fascode.net>
Fri, 9 Apr 2021 11:58:46 +0000 (20:58 +0900)
tools/fullbuild.sh

index c9feb28..9221175 100755 (executable)
@@ -153,7 +153,7 @@ unset OPT OPTS OPTL
 while true; do
     case ${1} in
         -a)
-            share_options+=("${2}")
+            share_options+=(${2})
             shift 2
             ;;
         -c)