From 7db6ea33ac6cfcd3f7a60a00504ce1af271c88fb Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Thu, 3 Dec 2015 13:09:56 -0500
Subject: [PATCH] try another approach

---
 bin/steps/pip-install | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/steps/pip-install b/bin/steps/pip-install
index fd60ae9c..cec8c986 100755
--- a/bin/steps/pip-install
+++ b/bin/steps/pip-install
@@ -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
-- 
GitLab