mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
try another approach
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user