From: uid623 <> Date: Thu, 8 Jun 2006 03:25:46 +0000 (+0000) Subject: Patch for bug 335743: modify checksetup.pl so it no longer generates an extra \ sign... X-Git-Tag: bugzilla-2.22.1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f5fdc5e3c35ed48c273df5c85897d23a96b7f8e1;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 4ec455efa8..8b9e0627f6 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -721,8 +721,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 = ''; ]);