From 34efb3ce437b722999a137ddb03519f3027c810a Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 27 Apr 2019 13:55:18 -0400 Subject: src/main.sh: set -e --- 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 # . -set -u +set -eu # Constant global variables HT=' ' -- cgit v0.9.1