summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorlpsolit%gmail.com <>2006-07-06 06:51:47 +0200
committerlpsolit%gmail.com <>2006-07-06 06:51:47 +0200
commit733c808df91efa68fd2ff3da008b4dfc42420644 (patch)
tree6932e4cee2987844663d83d419449a4a2c098fd0 /checksetup.pl
parent6377a5d742fa2a04be4f2452142535602d9e7620 (diff)
downloadbugzilla-733c808df91efa68fd2ff3da008b4dfc42420644.tar.gz
bugzilla-733c808df91efa68fd2ff3da008b4dfc42420644.tar.xz
Extra blank in the XML::Twig warning - r=wicked on IRC
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 280b99aca..a934b6519 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -423,7 +423,7 @@ if ((!$gd || !$chartbase) && !$silent) {
}
if (!$xmlparser && !$silent) {
print "If you want to use the bug import/export feature to move bugs to\n",
- "or from other bugzilla installations, you will need to install\n ",
+ "or from other bugzilla installations, you will need to install\n",
"the XML::Twig module by running (as $::root):\n\n",
" " . install_command("XML::Twig") . "\n\n";
}