From 9d0ffbcf7b362b645d8a9ac012c43949ea9410ff Mon Sep 17 00:00:00 2001 From: Zygo Blaxell Date: Thu, 13 May 2010 17:07:10 -0400 Subject: [PATCH] Fix the hardlinking hopefully once and for all --- dm6 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dm6 b/dm6 index 2654698..2d554e3 100755 --- a/dm6 +++ b/dm6 @@ -189,9 +189,9 @@ while () { } # A link to the inode indicates we are done, so do it last - my $keep_link = prepare_parents("$link_dir/inode", $keep_ino); - print STDERR '_'; - link_files($keep_link, $inode_link); + $inode_link = prepare_parents("$link_dir/inode", $keep_ino); + print STDERR ' '; + link_files($digest_link, $inode_link); } }; -- 2.30.2