OSDN Git Service

[fix] : Fixed -s msg
authorhayao <shun819.mail@gmail.com>
Wed, 22 Jul 2020 05:18:12 +0000 (14:18 +0900)
committerhayao <shun819.mail@gmail.com>
Wed, 22 Jul 2020 05:18:18 +0000 (14:18 +0900)
fullbuild.sh

index f26fab2..065b105 100755 (executable)
@@ -241,4 +241,6 @@ for cha in ${channnels[@]}; do
 done
 
 
-_msg_info "All editions have been built"
+if [[ "${simulation}" = false ]]; then
+    _msg_info "All editions have been built"
+fi