Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
Author: dsd
Date: 2008-12-19 00:37:18 +0000 (Fri, 19 Dec 2008)
New Revision: 1449
Modified:
genpatches-2.6-misc/web/email-announcement.pl
Log:
fix email script fallout
Modified: genpatches-2.6-misc/web/email-announcement.pl
===================================================================
--- genpatches-2.6-misc/web/email-announcement.pl 2008-12-19 00:32:49 UTC (rev 1448)
+++ genpatches-2.6-misc/web/email-announcement.pl 2008-12-19 00:37:18 UTC (rev 1449)
@@ -1,6 +1,7 @@
#!/usr/bin/perl
# Copyright 2005 Gentoo Foundation; Distributed under the GPL v2
+use Cwd;
use gentoo_sources_web;
$tag = shift;
|
|