From 52d398066d37216e269aedb48721417c4b35bf2d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 25 Oct 2007 04:45:16 -0400 Subject: [PATCH] only fair.. --- fanboy | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/fanboy b/fanboy index c685ed0..4a4e0e4 100755 --- a/fanboy +++ b/fanboy @@ -3,16 +3,18 @@ my %topics=( git => [qw(linus git linux rebase rebased merge merged cherry-pick branch branched branches git-*)], - ubuntu => [qw(Mark MOTU ubuntu debian rock rocks rule naked dapper + ubuntu => [qw(Mark MOTU ubuntu debian rock rocks rule dapper feisty fiesty gutsy hoary edgy universe launchpad gnome desktop - sabdfl)], + naked sabdfl)], + debian => [qw(Debian rules rule ian murdock upstream release + stable unstable testing apt apt-get deb)], ); if (! @ARGV) { @ARGV=@{$topics{git}}; } -elsif (@ARGV == 1 && exists $topics{$ARGV[0]}) { - @ARGV=@{$topics{$ARGV[0]}}; +elsif (@ARGV == 1 && exists $topics{lc $ARGV[0]}) { + @ARGV=@{$topics{lc $ARGV[0]}}; } my $total_awesomeness_dude=join("|", -- 2.30.2