Skip to content

Commit a076f39

Browse files
committed
Make the downloaded PEX executable
Because otherwise it won't work. Yay.
1 parent 0e071c3 commit a076f39

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rake-tasks/buck.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ def self.download
3333
require "ant"
3434

3535
ant.get('src' => url, 'dest' => out, 'verbose' => true)
36+
File.chmod(0755, out)
3637
"python #{out}"
3738
)
3839
end

0 commit comments

Comments
 (0)