From 44c321a2b2acff8496af6c16ac8327b4d63e5184 Mon Sep 17 00:00:00 2001 From: Vince Date: Sun, 11 Jul 2021 21:37:31 +0800 Subject: [PATCH] update --- lib-core.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib-core.sh b/lib-core.sh index 860d48f..93dc6b0 100755 --- a/lib-core.sh +++ b/lib-core.sh @@ -4,7 +4,7 @@ # WARNING: Don't use "cd" in this shell, use it in a subshell instead, # for example ( cd blabla && do_blabla ) or $( cd .. && do_blabla ) -set -Eeo pipefail +set -o pipefail if [[ ! "${REPO_DIR}" ]]; then echo "Please define 'REPODIR' variable"; exit 1