Files
heroku-buildpack-python/bin/steps/hooks/pre_compile
T
Kenneth Reitz f9b83a4e95 chmod
2012-05-30 03:21:46 -04:00

6 lines
104 B
Bash

#!/usr/bin/env bash
if [ -f bin/pre_compile ]; then
chmod +x bin/pre_compile
bin/pre_compile
fi