mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
let's try exiting one
This commit is contained in:
@@ -10,7 +10,7 @@ set -e
|
||||
|
||||
if [[ "$?" ]]; then
|
||||
echo "an error occurred."
|
||||
exit
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user