OSDN Git Service

[fix] : Fixed all channel build
authorhayao <shun819.mail@gmail.com>
Sun, 13 Dec 2020 11:56:33 +0000 (20:56 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 13 Dec 2020 11:56:33 +0000 (20:56 +0900)
tools/fullbuild.sh

index 43fdc09..115e4f0 100755 (executable)
@@ -168,7 +168,7 @@ if [[ "${all_channel}" = true  ]]; then
     if [[ -n "${*}" ]]; then
         msg_error "Do not specify the channel." "1"
     else
-        channnels=($("${script_path}/build.sh" --channellist))
+        channnels=($("${script_path}/tools/channel.sh" -b show))
     fi
 elif [[ -n "${*}" ]]; then
     channnels=(${@})