diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-13 12:19:00 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-13 12:19:00 (EDT) |
commit | 12a3b4e2982a9ff08ad5f91b97e50f1d4f19d613 (patch) | |
tree | d22845f5f067ad818c35590cd03ca313d05c7746 /src | |
parent | 2945ec99ed56df88acb0610a333f2035d5588ae9 (diff) |
src/main.sh: set -e
Diffstat (limited to 'src')
-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 ee45e0f..f8b4cc5 100644 --- a/src/main.sh +++ b/src/main.sh @@ -20,7 +20,7 @@ # along with the ProteanOS Archive Manager. If not, see # <http://www.gnu.org/licenses/>. -set -u +set -eu # Constant global variables LF=' |