Skip to content
Snippets Groups Projects
Commit 7db6ea33 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

try another approach

parent a53826a6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment