summaryrefslogtreecommitdiff
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
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)
-rw-r--r--ChangeLog6
-rwxr-xr-xcheck-FIXME.pl1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index b9c1198c6..8c70e60c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2000-11-16 Rebecca Schulman <rebecka@eazel.com>
+
+ * check-FIXME.pl:
+ Make below change work for modules containing the
+ '-' character (like, say, gnome-vfs)
+
2000-11-16 Eskil Heyn Olsen <eskil@eazel.com>
* components/Makefile.am:
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",