From 8d090c3c95664876c714581519b8aa3572f413f8 Mon Sep 17 00:00:00 2001 From: hayao Date: Fri, 2 Oct 2020 18:44:25 +0900 Subject: [PATCH] [fix] : reFixed --- allarch.sh | 2 +- build.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/allarch.sh b/allarch.sh index 50c67bb5..6f0a23a6 100755 --- a/allarch.sh +++ b/allarch.sh @@ -1522,7 +1522,7 @@ msg_debug "channel path is ${channel_path}" if [[ ! "$(cat "${channel_path}/alteriso" 2> /dev/null)" = "alteriso=${alteriso_version}" ]] && [[ "${nochkver}" = false ]]; then msg_error "This channel does not support Alter ISO 3." if [[ -d "${script_path}/.git" ]]; then - msg_error "Please run \"git checkout alteriso-2\"" + msg_error "Please run \"git checkout alteriso-2\"" "1" else msg_error "Please download Alter ISO 2 here." msg_error "https://github.com/FascodeNet/alterlinux/archive/alteriso-2.zip" "1" diff --git a/build.sh b/build.sh index d917a81f..cf420ee8 100755 --- a/build.sh +++ b/build.sh @@ -1600,7 +1600,7 @@ if [[ ! "${channel_name}" = "rebuild" ]]; then if [[ ! "$(cat "${channel_dir}/alteriso" 2> /dev/null)" = "alteriso=${alteriso_version}" ]] && [[ "${nochkver}" = false ]]; then msg_error "This channel does not support Alter ISO 3." if [[ -d "${script_path}/.git" ]]; then - msg_error "Please run \"git checkout alteriso-2\"" + msg_error "Please run \"git checkout alteriso-2\"" "1" else msg_error "Please download Alter ISO 2 here." msg_error "https://github.com/FascodeNet/alterlinux/archive/alteriso-2.zip" "1" -- 2.11.0