From d988b7e28958e68b03ddce2c9b2b3d3219a12b1b Mon Sep 17 00:00:00 2001 From: hayao Date: Mon, 10 Aug 2020 09:09:57 +0900 Subject: [PATCH] [update] : clean work --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index bbbacd75..54a67cb2 100755 --- a/build.sh +++ b/build.sh @@ -1395,7 +1395,7 @@ if [[ "${channel_name}" = "clean" ]]; then remove "${script_path}/menuconfig/build" remove "${script_path}/system/cpp-src/mkalteriso/build" remove "${script_path}/menuconfig-script/kernel_choice" - remove "${work_dir}" + remove "${work_dir%/}"/* remove "${rebuildfile}" remove "${script_path}/temp" exit 0 -- 2.11.0