diff options
author | B. Watson <yalhcru@gmail.com> | 2018-06-24 23:26:57 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2018-06-24 23:26:57 -0400 |
commit | 1ee5242b14f02e4ae607e67c0b827a93195069b2 (patch) | |
tree | 4268e7a0ca37bcf440956c627b3a36aa94befda9 /sbosrcarch | |
parent | f55cceebf2ff0edf3fde97ba0b47b4dcae20cc48 (diff) | |
download | sbostuff-1ee5242b14f02e4ae607e67c0b827a93195069b2.tar.gz |
sbosrcarch: wip
Diffstat (limited to 'sbosrcarch')
-rwxr-xr-x | sbosrcarch | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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; } } |