diff options
| author | Jack Nagel | 2014-05-03 10:01:30 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-03 10:01:30 -0500 |
| commit | 59515ea1269e1cdb45e3f25bf1f69bf049f1e1a2 (patch) | |
| tree | faf9423151e175064382d7913808fbdd73e521d1 /Library/Homebrew | |
| parent | 253140c92d478789b359f5c9d53e3fb85100fad0 (diff) | |
| download | brew-59515ea1269e1cdb45e3f25bf1f69bf049f1e1a2.tar.bz2 | |
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
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r--[-rwxr-xr-x] | Library/Homebrew/build.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb index b9ff6703a..97b02a187 100755..100644 --- a/Library/Homebrew/build.rb +++ b/Library/Homebrew/build.rb @@ -1,6 +1,4 @@ -#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0 - -# This script is called by formula_installer as a separate instance. +# This script is loaded by formula_installer as a separate instance. # Rationale: Formula can use __END__, Formula can change ENV # Thrown exceptions are propogated back to the parent process over a pipe |
