1
0
Fork 0
mirror of https://code.forgejo.org/actions/cascading-pr synced 2025-03-15 14:54:40 +01:00

posix mode so -e is inherited

This commit is contained in:
Earl Warren 2023-10-22 22:26:03 +02:00
parent 3fe3bfa714
commit bc706e42b6
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
2 changed files with 2 additions and 0 deletions

View file

@ -2,6 +2,7 @@
# SPDX-License-Identifier: MIT
set -e
set -o posix
SELF=${BASH_SOURCE[0]}
SELF_DIR="$( cd "$( dirname "$SELF" )" && pwd )"

View file

@ -2,6 +2,7 @@
# SPDX-License-Identifier: MIT
set -e
set -o posix
SELF_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
TMPDIR=/tmp/cascading-pr-test