aboutsummaryrefslogtreecommitdiff
path: root/sbosrcarch
diff options
context:
space:
mode:
Diffstat (limited to 'sbosrcarch')
-rwxr-xr-xsbosrcarch2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbosrcarch b/sbosrcarch
index 1e2c794..7f34d63 100755
--- a/sbosrcarch
+++ b/sbosrcarch
@@ -1665,6 +1665,7 @@ sub check_bymd5_wanted {
}
}
+ warn "got here, $md5dir $md5_filecount";
if($allmd5sums{$md5dir}) {
print "$_ extraneous: not mentioned in any .info file\n" if $verbosecheck;
} else {
@@ -1706,7 +1707,6 @@ sub check_mode {
print "* Parsing .info files...\n";
find({wanted => \&check_info_wanted, no_chdir => 1}, ".");
- die "allmd5sums is " . keys(%allmd5sums) . " elements";
chdir($archivedir) or die "$archivedir: $!";