Skip to content
Snippets Groups Projects
Commit 27b606d9 authored by Martin Afanasjew's avatar Martin Afanasjew
Browse files

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: default avatarMartin Afanasjew <martin@afanasjew.de>
parent 5f049637
No related branches found
No related tags found
No related merge requests found
#!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby -W0
std_trap = trap("INT") { exit! 130 } # no backtrace thanks
require "pathname"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment