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

try something else

parent b7ecb49a
No related branches found
No related tags found
No related merge requests found
...@@ -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
......
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