diff --git a/bin/steps/pip-install b/bin/steps/pip-install
index 4c633b05e3a100fdb4753e698abfe32206f4ebc1..fd60ae9ce7ba6fe8129260ebdf5888172fa9f0d3 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