Don't expand symlinks when standardizing paths (OS X doesn't).

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32109 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-02-12 18:02:04 +00:00
parent d11a6d8c27
commit 730ecc942f

View file

@ -4394,10 +4394,8 @@ static NSFileManager *fm = nil;
r.length = l - r.location;
}
return IMMUTABLE(s);
#else
return [s stringByResolvingSymlinksInPath];
#endif
return IMMUTABLE(s);
}
/**