diff options
author | Ron Yorston <rmy@pobox.com> | 2019-04-01 10:30:40 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-04-01 10:30:40 +0100 |
commit | 69d328022ebbde0595d328dd0e9d569a93a2d662 (patch) | |
tree | edba59f541e332027cc8f973a4b95e25fb785eeb /runit | |
parent | 8b340122e5c5014358a4919d1e87ef2f81c83b6f (diff) | |
download | busybox-w32-69d328022ebbde0595d328dd0e9d569a93a2d662.tar.gz busybox-w32-69d328022ebbde0595d328dd0e9d569a93a2d662.tar.bz2 busybox-w32-69d328022ebbde0595d328dd0e9d569a93a2d662.zip |
win32: track current directory of mapped drives
Drives mapped to a network share or path didn't have their current
directory tracked when using path names of the form 'c:path'.
This was because commit 585d17d26 used realpath(3) to canonicalise
paths in chdir(2). Use readlink(2) instead so that mapped drives
aren't canonicalised but symlinks are resolved.
See GitHub issue #147.
Diffstat (limited to 'runit')
0 files changed, 0 insertions, 0 deletions