diff options
| author | Jack Nagel | 2014-06-03 10:14:58 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-03 11:03:53 -0500 |
| commit | 4a5462cfa8fa641a14499d34cb0af76f65e83aed (patch) | |
| tree | 3498e1660ababa8387de1b30088510d8546071c4 /Library/brew.rb | |
| parent | 3ccca7720f869dc278ff11a62297b6551b6e84d4 (diff) | |
| download | brew-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-x | Library/brew.rb | 2 |
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 |
