From a87dae0889ff9a6d7ccbd4191d0b826e4a2768d5 Mon Sep 17 00:00:00 2001 From: shenmo Date: Sun, 8 Dec 2024 22:03:30 +0800 Subject: [PATCH] update exit --- amd64/additional-base-lib/build.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/amd64/additional-base-lib/build.sh b/amd64/additional-base-lib/build.sh index 8adfc80..dda196e 100755 --- a/amd64/additional-base-lib/build.sh +++ b/amd64/additional-base-lib/build.sh @@ -69,6 +69,7 @@ function prepare(){ # Now we should have the $VERSION if [ -e $VERSION ];then log.error "VERSION is empty. This should not happen! exit." + exit fi }