From 91cc7aca49b29b801bd72bb8872056e972a96f4f Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Sun, 20 Apr 2014 16:33:41 -0500 Subject: [PATCH] Use File.expand_path --- Library/ENV/4.3/xcrun | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/ENV/4.3/xcrun b/Library/ENV/4.3/xcrun index 2eaf4eff49..c6f923c16e 100755 --- a/Library/ENV/4.3/xcrun +++ b/Library/ENV/4.3/xcrun @@ -5,7 +5,7 @@ # NOTE only works if the build-tool calls xcrun without a path prefixed! dirname = File.dirname(__FILE__) -require "#{dirname}/../libsuperenv" +require File.expand_path("../libsuperenv", dirname) SUPERBIN = dirname.cleanpath.freeze # Some build tools are stupid and still set DEVELOPER_DIR to old /Developer