From: Zygo Blaxell Date: Thu, 13 May 2010 21:07:10 +0000 (-0400) Subject: Fix the hardlinking hopefully once and for all X-Git-Tag: dm6-0.20100514~5^2~5 X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=dupemerge;a=commitdiff_plain;h=9d0ffbcf7b362b645d8a9ac012c43949ea9410ff;ds=sidebyside Fix the hardlinking hopefully once and for all --- 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); } };