Skip to content
Snippets Groups Projects
Commit 58fd7ce9 authored by Robert Martin-Legene's avatar Robert Martin-Legene
Browse files

We do not need set -e

parent aa637bcc
No related branches found
No related tags found
No related merge requests found
......@@ -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()
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment