aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2014-05-03 10:01:30 -0500
committerJack Nagel2014-05-03 10:01:30 -0500
commit59515ea1269e1cdb45e3f25bf1f69bf049f1e1a2 (patch)
treefaf9423151e175064382d7913808fbdd73e521d1 /Library/Homebrew
parent253140c92d478789b359f5c9d53e3fb85100fad0 (diff)
downloadbrew-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.rb4
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