summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-07-20 04:40:46 +0200
committermkanat%bugzilla.org <>2006-07-20 04:40:46 +0200
commit439114b135b22bd4d1ea98d8c3e6c102806ebf1c (patch)
treecc2d4abefefb3dc3215990721122123588bc096b /checksetup.pl
parent5c6c34a0152efad51dfed624e7ae70365f698658 (diff)
downloadbugzilla-439114b135b22bd4d1ea98d8c3e6c102806ebf1c.tar.gz
bugzilla-439114b135b22bd4d1ea98d8c3e6c102806ebf1c.tar.xz
Fix checkin nit on bug 344617.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 7ae91a0a6..7347bf753 100755
--- a/checksetup.pl
+++ b/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) {