From 4a5462cfa8fa641a14499d34cb0af76f65e83aed Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 3 Jun 2014 10:14:58 -0500 Subject: Switch to "Current" Ruby framework symlink Closes Homebrew/homebrew#29795. Closes Homebrew/homebrew#29819. --- Library/brew.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/brew.rb') 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 -- cgit v1.2.3