OSDN Git Service

[fix] : Removed rebuild codes
authorhayao <shun819.mail@gmail.com>
Sun, 4 Oct 2020 13:14:19 +0000 (22:14 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 4 Oct 2020 13:14:19 +0000 (22:14 +0900)
allarch.sh

index e93aeb6..45576ea 100755 (executable)
@@ -1387,8 +1387,6 @@ fi
 if [[ -d "${channel_dir}.add" ]]; then
     channel_name="${1}"
     channel_dir="${channel_dir}.add"
-elif [[ "${channel_name}" = "rebuild" ]]; then
-    msg_error "allarch.sh does not support rebuild." "1"
 elif [[ "${channel_name}" = "clean" ]]; then
    "${script_path}/tools/clean.sh" -w $(realpath "${work_dir}") $([[ "${debug}" = true ]] && echo -n "-d")
     exit 0