Commit 35c810e4 authored by Kenneth Reitz's avatar Kenneth Reitz

debugging

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