diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-27 13:55:18 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-27 13:55:18 (EDT) |
commit | 34efb3ce437b722999a137ddb03519f3027c810a (patch) | |
tree | 8f1e5846686a7224dd206ad3e638bb0b1e77d666 /src/main.sh | |
parent | 4c5c30bca86dfa425bc9558b9a4ac6c814ce38e7 (diff) |
src/main.sh: set -e
Diffstat (limited to 'src/main.sh')
-rw-r--r-- | src/main.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.sh b/src/main.sh index c68a2e2..61255b8 100644 --- a/src/main.sh +++ b/src/main.sh @@ -18,7 +18,7 @@ # along with the ProteanOS Development Kit. If not, see # <http://www.gnu.org/licenses/>. -set -u +set -eu # Constant global variables HT=' ' |