From: hayao Date: Sat, 19 Sep 2020 08:00:54 +0000 (+0900) Subject: [fix] : show settings typo X-Git-Tag: rc3-alpha1~165^2~58^2~12^2~8 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=486b6752e68c6f7a736db30a3803afb39bf0b0f5;p=alterlinux%2Falterlinux.git [fix] : show settings typo --- diff --git a/allarch.sh b/allarch.sh index 0fd98dcf..c80db21a 100755 --- a/allarch.sh +++ b/allarch.sh @@ -540,7 +540,7 @@ show_settings() { else msg_info "Use the ${channel_name} channel." fi - msg_info "Build with architecture ${all_arch}." + msg_info "Build with architecture ${all_arch[@]}." if [[ ${noconfirm} = false ]]; then echo echo "Press Enter to continue or Ctrl + C to cancel."