aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <yalhcru@gmail.com>2018-06-04 04:39:01 -0400
committerB. Watson <yalhcru@gmail.com>2018-06-04 04:39:01 -0400
commitc1503be8a2dc7db3fce9c0c4b80472316426aafd (patch)
treedd5f2dd44d036d3abd8bf79094dd5c7612ec8d39
parent5a9bb13fb66bc899ea6beda8ba7050eab453347b (diff)
downloadsbostuff-c1503be8a2dc7db3fce9c0c4b80472316426aafd.tar.gz
sbosrcarch purge_mode fix, wip
-rwxr-xr-xsbosrcarch2
1 files changed, 0 insertions, 2 deletions
diff --git a/sbosrcarch b/sbosrcarch
index 9bea1ed..98a0c1f 100755
--- a/sbosrcarch
+++ b/sbosrcarch
@@ -1668,9 +1668,7 @@ sub check_info_wanted {
# which isn't an SBo info file. In general it's allowed for builds to
# include other files with .info filenames, so this bit is to make
# sure we're only looking at the real prgnam.info file:
- warn "got here 1 $file\n" if $file =~ /mrboom/;
return unless $file eq ($prgnam . ".info");
- warn "got here 2 $file\n" if $file =~ /mrboom/;
my $dls = parse_info($_);
$totalfiles += keys %$dls;