try something else

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