update
This commit is contained in:
parent
a3b0c1b470
commit
44c321a2b2
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue