Commit 684921c1 by sspans

only require absolute paths for hardlinks

parent eab67372
......@@ -280,6 +280,7 @@ def main():
elif state in ['link','hard']:
if state == 'hard':
if os.path.isabs(src):
abs_src = src
else:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment