From 63fd684090dc1aaca7201a933825979079214e66 Mon Sep 17 00:00:00 2001 From: uid623 <> Date: Thu, 8 Jun 2006 03:27:01 +0000 Subject: Patch for bug 335743: modify checksetup.pl so it no longer generates an extra \ sign in localconfig; patch by Vlad Dascalu , r=LpSolit, a=myk. --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checksetup.pl b/checksetup.pl index 9e67e308c..23c52b221 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -758,8 +758,8 @@ $db_pass = ''; ]); LocalVar('db_sock', q[ -# MySQL Only: Enter a path to the unix socket for mysql. If this is -# blank, then mysql\'s compiled-in default will be used. You probably +# MySQL Only: Enter a path to the unix socket for MySQL. If this is +# blank, then MySQL's compiled-in default will be used. You probably # want that. $db_sock = ''; ]); -- cgit v1.2.3-24-g4f1b