From 4c4e35be44deca0c3facdcf3079d35f01c8946c6 Mon Sep 17 00:00:00 2001 From: "zach%zachlipton.com" <> Date: Wed, 27 Aug 2003 12:36:32 +0000 Subject: Fix for bug 217256, "No Interdiff Notification message has two run on words." Patch adds newlines where they are needed. r=zach, a=justdave. Patch by Colin S. Ogilvie --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index cde336d74..7a1264a3e 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -475,8 +475,8 @@ if (!LocalVarExists('interdiffbin')) { if ($interdiff_executable =~ /no interdiff/ || $interdiff_executable eq '') { if (!$silent) { print "\nOPTIONAL NOTE: If you want to "; - print "be able to use the\n 'difference between two patches"; - print "feature of Bugzilla (requires\n the PatchReader Perl module"; + print "be able to use the\n 'difference between two patches' "; + print "feature of Bugzilla (requires\n the PatchReader Perl module "; print "as well), you should install\n patchutils from "; print "http://cyberelk.net/tim/patchutils/\n\n"; } -- cgit v1.2.3-24-g4f1b