summaryrefslogtreecommitdiff
path: root/Biz/Bild
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2020-12-28 11:44:27 -0500
committerBen Sima <ben@bsima.me>2020-12-28 11:44:27 -0500
commit4ed4d8b3b939c33233708a738cf0823531d3b358 (patch)
tree0f4c1e0dcdddbb238d21c1d5530d0edd85afcb25 /Biz/Bild
parentaf44226978594c7182eb2f4a489a16a2a6bf1f62 (diff)
shellhook: dont exit shell every time something fails
Diffstat (limited to 'Biz/Bild')
-rw-r--r--Biz/Bild/ShellHook.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/Biz/Bild/ShellHook.sh b/Biz/Bild/ShellHook.sh
index 9f163ba..7b43d26 100644
--- a/Biz/Bild/ShellHook.sh
+++ b/Biz/Bild/ShellHook.sh
@@ -120,6 +120,7 @@ function ci() {
do
bild "$thing"
done
+ set +e
}
help