We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22ebe4c commit 5351cd4Copy full SHA for 5351cd4
1 file changed
allarch.sh
@@ -1387,8 +1387,6 @@ fi
1387
if [[ -d "${channel_dir}.add" ]]; then
1388
channel_name="${1}"
1389
channel_dir="${channel_dir}.add"
1390
-elif [[ "${channel_name}" = "rebuild" ]]; then
1391
- msg_error "allarch.sh does not support rebuild." "1"
1392
elif [[ "${channel_name}" = "clean" ]]; then
1393
"${script_path}/tools/clean.sh" -w $(realpath "${work_dir}") $([[ "${debug}" = true ]] && echo -n "-d")
1394
exit 0
0 commit comments