aboutsummaryrefslogtreecommitdiff
path: root/sbosrcarch
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2018-06-24 23:24:41 -0400
committerB. Watson <yalhcru@gmail.com>2018-06-24 23:24:41 -0400
commitf55cceebf2ff0edf3fde97ba0b47b4dcae20cc48 (patch)
tree6d7c9fa0ae155d083a31fe3969248b2873ccc4fc /sbosrcarch
parentdfed2ec7e5405afc3f7ca877a20939ab2733c44e (diff)
downloadsbostuff-f55cceebf2ff0edf3fde97ba0b47b4dcae20cc48.tar.gz
sbosrcarch: wip
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: $!";