From dfad695748071a75804c4168bec5ae81e4fcefa2 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 20 Apr 2014 18:00:29 -0500 Subject: [PATCH] Use File.expand_path --- Library/ENV/4.3/cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/ENV/4.3/cc b/Library/ENV/4.3/cc index 42eed03686..727fa565ad 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 -require "#{File.dirname __FILE__}/../libsuperenv" +require File.expand_path("../libsuperenv", File.dirname(__FILE__)) require 'set' require 'stringio'