Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
brew.rb: remove executable bit and shebang
Browse files Browse the repository at this point in the history
Because `brew.rb` should never be invoked directly, remove executable
bit and shebang to make that more obvious.

Closes #48816.

Signed-off-by: Martin Afanasjew <martin@afanasjew.de>
  • Loading branch information
UniqMartin committed Feb 5, 2016
1 parent d764c89 commit 9ed583c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Library/brew.rb
100755 → 100644
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 9ed583c

Please sign in to comment.