OSDN Git Service

[fix] : Fixed typo
authorhayao <hayao@fascode.net>
Tue, 2 Mar 2021 11:59:19 +0000 (20:59 +0900)
committerhayao <hayao@fascode.net>
Tue, 2 Mar 2021 11:59:19 +0000 (20:59 +0900)
build.sh

index f81aa44..1dbc9ca 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1252,7 +1252,7 @@ fi
 
 # Check channel version
 msg_debug "channel path is ${channel_dir}"
-if [[ "$(bash "${tools_dir}/channel.sh" --version "${alteriso_version}" ver "${channel_name}" | cut -d "." -f 1)" = "$(echo "${alteriso_version}" | cut -d "." -f 1)" ]] && [[ "${nochkver}" = false ]]; then
+if [[ "$(bash "${tools_dir}/channel.sh" --version "${alteriso_version}" ver "${channel_name}" | cut -d "." -f 1)" = "$(echo "${alteriso_version}" | cut -d "." -f 1)" ]] && [[ "${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\"" "1"