Respect #! in pre/post_compile hooks · ivanmir/python-buildpack@2c8495d · GitHub
Skip to content

Commit 2c8495d

Browse files
Tyler Phelanidoru
authored andcommitted
Respect #! in pre/post_compile hooks
[#156383007] Signed-off-by: Sam Coward <scoward@pivotal.io>
1 parent 019a05a commit 2c8495d

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

Lines changed: 4 additions & 0 deletions
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
1+
#!/usr/bin/env bash
2+
3+
set -euxo pipefail
4+
15
echo 'Echo from app pre compile'
26
echo

src/python/hooks/hooks_app.go

Lines changed: 2 additions & 2 deletions

0 commit comments

Comments
 (0)