aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorMatt Knight <mattnite@protonmail.com>2021-03-06 15:19:26 -0800
committerMatt Knight <mattnite@protonmail.com>2021-03-06 15:19:26 -0800
commit6861626b515cace7917a65eddfe8a74605084cd2 (patch)
tree9e4bfd0cb0e88856451de2ee0077bb7ac1d42671 /patches
parenta78e39a73a0be6eabf587a813ecdb0d9ba8c00d1 (diff)
downloadziglings-6861626b515cace7917a65eddfe8a74605084cd2.tar.gz
ziglings-6861626b515cace7917a65eddfe8a74605084cd2.tar.bz2
ziglings-6861626b515cace7917a65eddfe8a74605084cd2.tar.xz
ziglings-6861626b515cace7917a65eddfe8a74605084cd2.zip
added set -e
Diffstat (limited to 'patches')
-rwxr-xr-xpatches/eowyn.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/patches/eowyn.sh b/patches/eowyn.sh
index f9e7479..55e6f8a 100755
--- a/patches/eowyn.sh
+++ b/patches/eowyn.sh
@@ -13,6 +13,8 @@
# to convalesce in the healed directory.
#
+set -e
+
# We run from the patches dir. Go there now if not already.
cd $(dirname $(realpath $0))
pwd # Show it upon the screen so all shall be made apparent.