diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/ENV/4.3/xcrun | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/ENV/4.3/xcrun b/Library/ENV/4.3/xcrun index 2eaf4eff4..c6f923c16 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 |
