brew.rb: remove executable bit and shebang

Because `brew.rb` should never be invoked directly, remove executable
bit and shebang to make that more obvious.

Closes Homebrew/homebrew#48816.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
This commit is contained in:
Martin Afanasjew 2016-01-10 17:31:30 +01:00
parent 5f049637d9
commit 27b606d928

2
Library/brew.rb Executable file → Normal file
View File

@ -1,5 +1,3 @@
#!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby -W0
std_trap = trap("INT") { exit! 130 } # no backtrace thanks
require "pathname"