aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsbosrcarch5
1 files changed, 2 insertions, 3 deletions
diff --git a/sbosrcarch b/sbosrcarch
index 7f34d63..7f5ff2a 100755
--- a/sbosrcarch
+++ b/sbosrcarch
@@ -1665,11 +1665,10 @@ 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 {
$md5_filecount++;
+ } else {
+ print "$_ extraneous: not mentioned in any .info file\n" if $verbosecheck;
}
}