Remove executable bit from build.rb
- the executed script is the formula file, build.rb is a library - ruby is invoked directly, so it wouldn't need to be executable anyway
This commit is contained in:
parent
253140c92d
commit
59515ea126
4
Library/Homebrew/build.rb
Executable file → Normal file
4
Library/Homebrew/build.rb
Executable file → Normal file
@ -1,6 +1,4 @@
|
|||||||
#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0
|
# This script is loaded by formula_installer as a separate instance.
|
||||||
|
|
||||||
# This script is called by formula_installer as a separate instance.
|
|
||||||
# Rationale: Formula can use __END__, Formula can change ENV
|
# Rationale: Formula can use __END__, Formula can change ENV
|
||||||
# Thrown exceptions are propogated back to the parent process over a pipe
|
# Thrown exceptions are propogated back to the parent process over a pipe
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user