diff options
| author | Matt Knight <[email protected]> | 2021-03-06 15:19:26 -0800 |
|---|---|---|
| committer | Matt Knight <[email protected]> | 2021-03-06 15:19:26 -0800 |
| commit | f5aaef813f1bf4ea7f256d90d1f783abee0d7165 (patch) | |
| tree | 9e4bfd0cb0e88856451de2ee0077bb7ac1d42671 | |
| parent | 5f3af7fb9780627f2f88dfb8cd63889786473748 (diff) | |
| download | ziglings-f5aaef813f1bf4ea7f256d90d1f783abee0d7165.tar.xz ziglings-f5aaef813f1bf4ea7f256d90d1f783abee0d7165.zip | |
added set -e
| -rwxr-xr-x | patches/eowyn.sh | 2 |
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. |
