summaryrefslogtreecommitdiff
path: root/check-FIXME.pl
diff options
context:
space:
mode:
authorRebecca Schulman <rebecka@eazel.com>2000-11-17 01:45:39 +0000
committerRebecca Schulman <rebecka@src.gnome.org>2000-11-17 01:45:39 +0000
commit1e9980f83c426f975704f98a59e52d047ffd2db1 (patch)
tree2d9f0dedae0219a09bc1ff406a109e7f68f7c0de /check-FIXME.pl
parent86d5178af82c3011c144f75348447b0ee7cccf9f (diff)
downloadnautilus-1e9980f83c426f975704f98a59e52d047ffd2db1.tar.gz
Make below change work for modules containing the '-' character (like,
2000-11-16 Rebecca Schulman <rebecka@eazel.com> * check-FIXME.pl: Make below change work for modules containing the '-' character (like, say, gnome-vfs)
Diffstat (limited to 'check-FIXME.pl')
-rwxr-xr-xcheck-FIXME.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/check-FIXME.pl b/check-FIXME.pl
index 915ad7a72..6d8e900e2 100755
--- a/check-FIXME.pl
+++ b/check-FIXME.pl
@@ -67,6 +67,7 @@ if (!grep /$product/, ( "nautilus", "gnome-vfs", "medusa", "oaf")) {
my $bugzilla_query_bug_url = "http://bugzilla.eazel.com/buglist.cgi?";
+$product =~ s/\-/\+/g;
my @cgi_options = ("bug_status=NEW",
"bug_status=ASSIGNED",
"bug_status=REOPENED",