Author: adam-guest
Date: 2008-02-15 13:42:23 +0000 (Fri, 15 Feb 2008)
New Revision: 1017
Modified:
trunk/scripts/tagpending.pl
Log:
Pass + and pending as separate arguments rather than "+ pending" as one
Modified: trunk/scripts/tagpending.pl
===================================================================
--- trunk/scripts/tagpending.pl 2008-02-15 13:37:38 UTC (rev 1016)
+++ trunk/scripts/tagpending.pl 2008-02-15 13:42:23 UTC (rev 1017)
@@ -234,7 +234,7 @@
push(@bts_args, "package", join " ", keys(%packages));
foreach my $bug (@to_tag) {
- push(@bts_args, ".", "tag", $bug, "+ pending");
+ push(@bts_args, ".", "tag", $bug, "+", "pending");
push(@bts_args, "confirmed") if $opt_confirm;
}
}
@@ -242,7 +242,7 @@
push(@bts_args, ".") if scalar @bts_args > 1;
push(@bts_args, "package wnpp");
foreach my $wnpp_bug (@wnpp_to_tag) {
- push(@bts_args, ".", "tag", $wnpp_bug, "+ pending");
+ push(@bts_args, ".", "tag", $wnpp_bug, "+", "pending");
}
}
--
To unsubscribe, send mail to [EMAIL PROTECTED]