From 3646ced1558947717db68c782f237cfe9e8eab02 Mon Sep 17 00:00:00 2001 From: uid623 Date: Wed, 7 Jun 2006 20:27:01 +0000 Subject: [PATCH] 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. --- 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 9e67e308c3d3..23c52b221f40 100755 --- a/webtools/bugzilla/checksetup.pl +++ b/webtools/bugzilla/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 = ''; ]);