mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
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:
parent
d11a6d8c27
commit
730ecc942f
1 changed files with 1 additions and 3 deletions
|
@ -4394,10 +4394,8 @@ static NSFileManager *fm = nil;
|
|||
r.length = l - r.location;
|
||||
}
|
||||
|
||||
return IMMUTABLE(s);
|
||||
#else
|
||||
return [s stringByResolvingSymlinksInPath];
|
||||
#endif
|
||||
return IMMUTABLE(s);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue