From: uid623 <> Date: Thu, 8 Jun 2006 03:27:01 +0000 (+0000) Subject: Patch for bug 335743: modify checksetup.pl so it no longer generates an extra \ sign... X-Git-Tag: bugzilla-2.23.2~124 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63fd684090dc1aaca7201a933825979079214e66;p=thirdparty%2Fbugzilla.git 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. --- diff --git a/checksetup.pl b/checksetup.pl index 9e67e308c3..23c52b221f 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 = ''; ]);