try another approach

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