From faf804737a23addcb867b76c517d021fd9b2dea2 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 25 Oct 2007 04:47:21 -0400 Subject: [PATCH] a few more words and a bad bug --- fanboy | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fanboy b/fanboy index 4a4e0e4..0877bd0 100755 --- a/fanboy +++ b/fanboy @@ -5,9 +5,10 @@ my %topics=( branch branched branches git-*)], ubuntu => [qw(Mark MOTU ubuntu debian rock rocks rule dapper feisty fiesty gutsy hoary edgy universe launchpad gnome desktop - naked sabdfl)], + naked sabdfl community)], debian => [qw(Debian rules rule ian murdock upstream release - stable unstable testing apt apt-get deb)], + stable unstable testing apt apt-get deb developer NM RM + NMU FTBFS BTS ITP)], ); if (! @ARGV) { @@ -29,7 +30,7 @@ my $len=0; my $indent=""; my $indent_printed=0; while () { - if (/$total_awesomeness_dude/) { + if (/$total_awesomeness_dude/i) { if (/^([>|][>|\s]*)/) { if ($indent ne $1) { print "\n" if $len; -- 2.30.2