Commit a53826a6 authored by Kenneth Reitz's avatar Kenneth Reitz

try something else

parent b7ecb49a
...@@ -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 ]]; 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