Commit 7db6ea33 authored by Kenneth Reitz's avatar Kenneth Reitz

try another approach

parent a53826a6
...@@ -11,7 +11,7 @@ PIP_STATUS="$?" ...@@ -11,7 +11,7 @@ PIP_STATUS="$?"
echo "$PIP_STATUS" echo "$PIP_STATUS"
if [[ $PIP_STATUS ]]; then if [[ ! $PIP_STATUS -eq 0 ]]; then
echo "an error occurred." echo "an error occurred."
show-warnings show-warnings
exit 1 exit 1
......
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