diff options
| author | Jack Nagel | 2014-05-03 10:01:30 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-03 10:01:30 -0500 |
| commit | a93ae2ee7e456c3bd8530e2a61abb0d38316b6ba (patch) | |
| tree | b5288ddb577ddc0d2cef77d015c2ceff4ebb8a59 /Library/Homebrew/build.rb | |
| parent | 8c47c128992ca5c7e200c2b2bcba94302a722972 (diff) | |
| download | homebrew-a93ae2ee7e456c3bd8530e2a61abb0d38316b6ba.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/build.rb')
| -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 |
