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