Skip to content

Commit 5351cd4

Browse files
committed
[fix] : Removed rebuild codes
1 parent 22ebe4c commit 5351cd4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

allarch.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1387,8 +1387,6 @@ fi
13871387
if [[ -d "${channel_dir}.add" ]]; then
13881388
channel_name="${1}"
13891389
channel_dir="${channel_dir}.add"
1390-
elif [[ "${channel_name}" = "rebuild" ]]; then
1391-
msg_error "allarch.sh does not support rebuild." "1"
13921390
elif [[ "${channel_name}" = "clean" ]]; then
13931391
"${script_path}/tools/clean.sh" -w $(realpath "${work_dir}") $([[ "${debug}" = true ]] && echo -n "-d")
13941392
exit 0

0 commit comments

Comments
 (0)