update
This commit is contained in:
parent
a3b0c1b470
commit
44c321a2b2
@ -4,7 +4,7 @@
|
|||||||
# WARNING: Don't use "cd" in this shell, use it in a subshell instead,
|
# WARNING: Don't use "cd" in this shell, use it in a subshell instead,
|
||||||
# for example ( cd blabla && do_blabla ) or $( cd .. && do_blabla )
|
# for example ( cd blabla && do_blabla ) or $( cd .. && do_blabla )
|
||||||
|
|
||||||
set -Eeo pipefail
|
set -o pipefail
|
||||||
|
|
||||||
if [[ ! "${REPO_DIR}" ]]; then
|
if [[ ! "${REPO_DIR}" ]]; then
|
||||||
echo "Please define 'REPODIR' variable"; exit 1
|
echo "Please define 'REPODIR' variable"; exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user