From 59515ea1269e1cdb45e3f25bf1f69bf049f1e1a2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sat, 3 May 2014 10:01:30 -0500 Subject: 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 --- Library/Homebrew/build.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) mode change 100755 => 100644 Library/Homebrew/build.rb diff --git a/Library/Homebrew/build.rb b/Library/Homebrew/build.rb old mode 100755 new mode 100644 index b9ff6703a..97b02a187 --- 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 -- cgit v1.2.3