From 730aeef23d56a2a74b12c5f0b49b059a867f5a2a Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" Date: Wed, 19 Jul 2006 19:40:46 +0000 Subject: [PATCH] Fix checkin nit on bug 344617. --- webtools/bugzilla/checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webtools/bugzilla/checksetup.pl b/webtools/bugzilla/checksetup.pl index 7ae91a0a695..7347bf753bc 100755 --- a/webtools/bugzilla/checksetup.pl +++ b/webtools/bugzilla/checksetup.pl @@ -303,12 +303,12 @@ if ( (!$have_mod{'GD'} || !$have_mod{'GD::Graph'} if (!$have_mod{'PatchReader'} && !$silent) { print "If you want to see pretty HTML views of patches, you should "; print "install the \nPatchReader module:\n"; - print "PatchReader: " . install_command("PatchReader") . "\n"; + print "PatchReader: " . install_command("PatchReader") . "\n\n"; } if (!$have_mod{'Net::LDAP'} && !$silent) { print "If you wish to use LDAP authentication, then you must", " install Net::LDAP:\n", - "Net::LDAP: " . install_command('Net::LDAP') . "\n"; + "Net::LDAP: " . install_command('Net::LDAP') . "\n\n"; } if (!$have_one_dbd) {