aboutsummaryrefslogtreecommitdiffstats
path: root/Library/brew.rb
diff options
context:
space:
mode:
authorJack Nagel2014-06-03 10:14:58 -0500
committerJack Nagel2014-06-03 11:03:53 -0500
commit4a5462cfa8fa641a14499d34cb0af76f65e83aed (patch)
tree3498e1660ababa8387de1b30088510d8546071c4 /Library/brew.rb
parent3ccca7720f869dc278ff11a62297b6551b6e84d4 (diff)
downloadbrew-4a5462cfa8fa641a14499d34cb0af76f65e83aed.tar.bz2
Switch to "Current" Ruby framework symlink
Closes Homebrew/homebrew#29795. Closes Homebrew/homebrew#29819.
Diffstat (limited to 'Library/brew.rb')
-rwxr-xr-xLibrary/brew.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/brew.rb b/Library/brew.rb
index 60c3109f0..9064cacdb 100755
--- a/Library/brew.rb
+++ b/Library/brew.rb
@@ -1,4 +1,4 @@
-#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0
+#!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby -W0
# encoding: UTF-8
std_trap = trap("INT") { exit! 130 } # no backtrace thanks