aboutsummaryrefslogtreecommitdiff
path: root/sbosrcarch
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2018-06-24 23:26:57 -0400
committerB. Watson <yalhcru@gmail.com>2018-06-24 23:26:57 -0400
commit1ee5242b14f02e4ae607e67c0b827a93195069b2 (patch)
tree4268e7a0ca37bcf440956c627b3a36aa94befda9 /sbosrcarch
parentf55cceebf2ff0edf3fde97ba0b47b4dcae20cc48 (diff)
downloadsbostuff-1ee5242b14f02e4ae607e67c0b827a93195069b2.tar.gz
sbosrcarch: wip
Diffstat (limited to 'sbosrcarch')
-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;
}
}