mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
chmod
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ -f bin/post_compile ]; then
|
||||
source bin/post_compile
|
||||
chmod +x bin/post_compile
|
||||
bin/post_compile
|
||||
fi
|
||||
@@ -1,5 +1,6 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
if [ -f bin/pre_compile ]; then
|
||||
source bin/pre_compile
|
||||
chmod +x bin/pre_compile
|
||||
bin/pre_compile
|
||||
fi
|
||||
Reference in New Issue
Block a user