Files
heroku-buildpack-python/bin/steps/hooks/pre_compile
T
Kenneth Reitz 63cea99415 chmod +x
2013-12-20 16:48:34 -05:00

7 lines
155 B
Bash
Executable File

#!/usr/bin/env bash
if [ -f bin/pre_compile ]; then
echo "-----> Running pre-compile hook"
chmod +x bin/pre_compile
sub-env bin/pre_compile
fi