Commit 4ea07a2c authored by Benedikt Böhm's avatar Benedikt Böhm

set -e conflicts with new sanity checks

parent e5eaff95
...@@ -65,9 +65,6 @@ main() { ...@@ -65,9 +65,6 @@ main() {
exit 1 exit 1
fi fi
# fail if a command failes
set -e
# run command # run command
cmd_$ACTION "$@" cmd_$ACTION "$@"
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment