Commit 0184dcac authored by Kenneth Reitz's avatar Kenneth Reitz

let's try exiting one

parent 558e748e
...@@ -10,7 +10,7 @@ set -e ...@@ -10,7 +10,7 @@ set -e
if [[ "$?" ]]; then if [[ "$?" ]]; then
echo "an error occurred." echo "an error occurred."
exit exit 1
fi fi
......
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