From 58fd7ce977ce9f5709c98f53f964ed61ddc5d590 Mon Sep 17 00:00:00 2001
From: Robert Martin-Legene <robert@nic.ar>
Date: Thu, 20 Sep 2018 17:13:04 -0300
Subject: [PATCH] We do not need set -e

---
 bin/libbfa.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/libbfa.sh b/bin/libbfa.sh
index 22d2e4e..e775551 100644
--- a/bin/libbfa.sh
+++ b/bin/libbfa.sh
@@ -2,7 +2,7 @@
 # 20180626 Robert Martin-Legene <robert@nic.ar>
 
 trap "echo Argh! ; exit 1" ERR
-set -e -o errtrace
+set -o errtrace
 
 function    fatal()
 {
-- 
GitLab