From: hayao Date: Sun, 13 Dec 2020 11:56:33 +0000 (+0900) Subject: [fix] : Fixed all channel build X-Git-Tag: rc3-alpha2~31 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=494265569f9ea47cc0420055e9f0a6e159af9c6a;p=alterlinux%2Falterlinux.git [fix] : Fixed all channel build --- diff --git a/tools/fullbuild.sh b/tools/fullbuild.sh index 43fdc09c..115e4f0f 100755 --- a/tools/fullbuild.sh +++ b/tools/fullbuild.sh @@ -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=(${@})