let's try exiting one

This commit is contained in:
2015-11-10 12:28:30 -05:00
parent 558e748e9e
commit 0184dcac24
+1 -1
View File
@@ -10,7 +10,7 @@ set -e
if [[ "$?" ]]; then
echo "an error occurred."
exit
exit 1
fi