appears to be working now :D

This commit is contained in:
2015-12-03 13:11:23 -05:00
parent 7db6ea33ac
commit e1ea2f9354
-3
View File
@@ -9,10 +9,7 @@ set +e
set -e
PIP_STATUS="$?"
echo "$PIP_STATUS"
if [[ ! $PIP_STATUS -eq 0 ]]; then
echo "an error occurred."
show-warnings
exit 1
fi