Skip to content

Commit f9b83a4

Browse files
author
Kenneth Reitz
committed
chmod
1 parent b1f8bf9 commit f9b83a4

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

bin/steps/hooks/post_compile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22

33
if [ -f bin/post_compile ]; then
4-
source bin/post_compile
4+
chmod +x bin/post_compile
5+
bin/post_compile
56
fi

bin/steps/hooks/pre_compile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22

33
if [ -f bin/pre_compile ]; then
4-
source bin/pre_compile
4+
chmod +x bin/pre_compile
5+
bin/pre_compile
56
fi

0 commit comments

Comments
 (0)