This commit is contained in:
Vince 2021-07-11 21:37:31 +08:00
parent a3b0c1b470
commit 44c321a2b2

View file

@ -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