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:
parent
5f049637d9
commit
27b606d928
2
Library/brew.rb
Executable file → Normal file
2
Library/brew.rb
Executable file → Normal 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
|
std_trap = trap("INT") { exit! 130 } # no backtrace thanks
|
||||||
|
|
||||||
require "pathname"
|
require "pathname"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user