aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-11 19:30:51 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-11 19:30:51 +1200
commiteb7bbfb7b9b5b19c0cc8d7ef30ac891d83a0bbc6 (patch)
tree21af213e95ef40bb547dc7d7629d26d4dcba543e
parentSkip don't die on unreadable file (diff)
downloadcheckem-eb7bbfb7b9b5b19c0cc8d7ef30ac891d83a0bbc6.tar.gz
checkem-eb7bbfb7b9b5b19c0cc8d7ef30ac891d83a0bbc6.zip
Remove an erroneous comment
-rwxr-xr-xcheckem3
1 files changed, 1 insertions, 2 deletions
diff --git a/checkem b/checkem
index 343743f..d8c03c7 100755
--- a/checkem
+++ b/checkem
@@ -106,8 +106,7 @@ SIZE: for my $fs ( grep { @{$_} > 1 } values %sizes ) {
$inos{$dev}{$ino} = $f;
}
- # Files still the same size and not hard linked, group by digest;
- # create the digest object if it isn't already defined
+ # Files still the same size and not hard linked, group by digest
if ( open my $fh, '<', $f->{name} ) {
binmode $fh;
$dig->addfile($fh);