only require absolute paths for hardlinks
This commit is contained in:
parent
1381f80e47
commit
4957115e51
1 changed files with 7 additions and 6 deletions
|
@ -280,6 +280,7 @@ def main():
|
|||
|
||||
elif state in ['link','hard']:
|
||||
|
||||
if state == 'hard':
|
||||
if os.path.isabs(src):
|
||||
abs_src = src
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue