OSDN Git Service

[change] : argument order
authorhayao <shun819.mail@gmail.com>
Thu, 27 Aug 2020 12:15:01 +0000 (21:15 +0900)
committerhayao <shun819.mail@gmail.com>
Thu, 27 Aug 2020 12:15:01 +0000 (21:15 +0900)
fullbuild.sh

index 6b26c01..2ea7389 100755 (executable)
@@ -176,7 +176,7 @@ build() {
 
     if [[ ! -e "${work_dir}/fullbuild.${cha}_${arch}_${lang}" ]]; then
         if [[ "${simulation}" = true ]]; then
-            echo "build.sh ${share_options} --arch ${arch} --lang ${lang} ${cha}"
+            echo "build.sh ${share_options} --lang ${lang} --arch ${arch} ${cha}"
             _exit_code="${?}"
         else
             _msg_info "Build the ${lang} version of ${cha} on the ${arch} architecture."