Skip to content

Commit 6ac1a17

Browse files
committed
Make files in bin executables
1 parent f1f10ab commit 6ac1a17

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

bin/compile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,10 @@ cd ${elixir_root}
8282
# Extract the zip file using jar cmd. OH WHATTAY HACK.
8383
jar xf ${cache_dir}/${elixir_zip}
8484

85+
# Everything in the bin dir should be executable
86+
chmod +x bin/*
87+
88+
# Jump back
8589
cd -
8690

8791
### Use only if building from source

0 commit comments

Comments
 (0)