Fix the hardlinking hopefully once and for all
authorZygo Blaxell <zblaxell@esightcorp.com>
Thu, 13 May 2010 21:07:10 +0000 (17:07 -0400)
committerZygo Blaxell <zblaxell@esightcorp.com>
Thu, 13 May 2010 21:07:10 +0000 (17:07 -0400)
dm6

diff --git a/dm6 b/dm6
index 26546983bccc5b0b1e1b3ae97e584df831163f85..2d554e3a9924cbf3810171cf924e1763d6cbda4c 100755 (executable)
--- a/dm6
+++ b/dm6
@@ -189,9 +189,9 @@ while (<STDIN>) {
                        }
 
                        # A link to the inode indicates we are done, so do it last
                        }
 
                        # 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);
 
                }
        };
 
                }
        };