Browse Source

added set -e

Matt Knight 4 years ago
parent
commit
f5aaef813f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      patches/eowyn.sh

+ 2 - 0
patches/eowyn.sh

@@ -13,6 +13,8 @@
 # to convalesce in the healed directory.
 # to convalesce in the healed directory.
 #
 #
 
 
+set -e
+
 # We run from the patches dir. Go there now if not already.
 # We run from the patches dir. Go there now if not already.
 cd $(dirname $(realpath $0))
 cd $(dirname $(realpath $0))
 pwd # Show it upon the screen so all shall be made apparent.
 pwd # Show it upon the screen so all shall be made apparent.