From 1bbcc4b5110f5a0573dfc78175d05fe454bbbda0 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 #29795. Closes #29819. --- Library/ENV/4.3/cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library/ENV') diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 06a504da1..36a8be8c6 100755 --- a/Library/ENV/4.3/cc +++ b/Library/ENV/4.3/cc @@ -1,6 +1,6 @@ -#!/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/bin/ruby -W0 +#!/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/bin/ruby -W0 -$:.unshift "/System/Library/Frameworks/Ruby.framework/Versions/1.8/usr/lib/ruby/1.8" +$:.unshift Dir["/System/Library/Frameworks/Ruby.framework/Versions/Current/usr/lib/ruby/{1.8,2.0.0}"].first require 'pathname' require 'set' require 'stringio' -- cgit v1.2.3