Cannot readlink() on a hard link

reviewable/pr18780/r1
Toshio Kuratomi 11 years ago
parent c46f39f044
commit 19b328c4df

@ -170,7 +170,7 @@ def main():
src = os.path.expanduser(src)
else:
if state in ['link','hard']:
if follow:
if follow and state == 'link':
# use the current target of the link as the source
src = os.readlink(path)
else:

Loading…
Cancel
Save