diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-06-20 21:26:35 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-06-20 21:26:35 -0400 |
commit | c880b5428d2efab8d733b0e181ebc7ece2ea2df2 (patch) | |
tree | f21d4d64e2b60b02446159d80d6f10645aa863f9 | |
parent | 74c72d7a7b11c2166410a2bf28bcb35e89097dff (diff) |
autobuid.sh: Bail if there is an error
-rwxr-xr-x | .local/bin/autobuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.local/bin/autobuild.sh b/.local/bin/autobuild.sh index a01c9da..307f20f 100755 --- a/.local/bin/autobuild.sh +++ b/.local/bin/autobuild.sh @@ -28,6 +28,7 @@ usage() { } main() { + set -euE . "$(librelib messages)" setup_traps |