From a53826a673e75dcb8fbcb3d7da9816ebd0ce75ce Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Thu, 3 Dec 2015 13:07:41 -0500
Subject: [PATCH] try something else

---
 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 4c633b05..fd60ae9c 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 ]]; then
     echo "an error occurred."
     show-warnings
     exit 1
-- 
GitLab