summaryrefslogtreecommitdiffstatshomepage
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
commitf5aaef813f1bf4ea7f256d90d1f783abee0d7165 (patch)
tree9e4bfd0cb0e88856451de2ee0077bb7ac1d42671
parent5f3af7fb9780627f2f88dfb8cd63889786473748 (diff)
added set -e
-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.