OSDN Git Service

[fix] : script exit dode
authorhayao <shun819.mail@gmail.com>
Sat, 25 Jul 2020 07:48:23 +0000 (16:48 +0900)
committerhayao <shun819.mail@gmail.com>
Sat, 25 Jul 2020 07:48:23 +0000 (16:48 +0900)
build.sh

index a22ff55..bf2284b 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1586,4 +1586,6 @@ run_once make_efiboot
 [[ "${tarball}" = true ]] && run_once make_tarball
 [[ "${noiso}" = false ]] && run_once make_prepare
 [[ "${noiso}" = false ]] && run_once make_iso
-[[ ${cleaning} = true ]] && remove_work
+[[ "${cleaning}" = true ]] && remove_work
+
+exit 0