summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorLars Weiler <pylon@gentoo.org>2004-02-27 17:50:26 +0000
committerLars Weiler <pylon@gentoo.org>2004-02-27 17:50:26 +0000
commitd3c49366b5f8a5e4f1c3d354ab5a204aaf8b453e (patch)
treeca24f0ef1a8534082ff54ddcc053e8042d27062d /admin
parentupdated for latest ISO information (diff)
downloadgentoo-d3c49366b5f8a5e4f1c3d354ab5a204aaf8b453e.tar.gz
gentoo-d3c49366b5f8a5e4f1c3d354ab5a204aaf8b453e.tar.bz2
gentoo-d3c49366b5f8a5e4f1c3d354ab5a204aaf8b453e.zip
Little change in the text
Diffstat (limited to 'admin')
-rw-r--r--admin/cvs.gentoo.org/conf/checkxml.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/cvs.gentoo.org/conf/checkxml.pl b/admin/cvs.gentoo.org/conf/checkxml.pl
index 28bbd4195d..be97690ce7 100644
--- a/admin/cvs.gentoo.org/conf/checkxml.pl
+++ b/admin/cvs.gentoo.org/conf/checkxml.pl
@@ -1,5 +1,5 @@
#!/usr/bin/perl
-print "XML-QA-checker called. If you have troubles,\\ contact pylon\@gentoo.org or swift\@gentoo.org\n";
+print "XML-QA-checker called. If you have troubles,\n contact pylon\@gentoo.org or swift\@gentoo.org\n";
foreach ( @ARGV ) {
if ( $_ =~ /\.xml$/ and -e $_ ) {
print "Checking $_ ... \n";