Patch for bug 335743: modify checksetup.pl so it no longer generates an extra \ sign in localconfig; patch by Vlad Dascalu <vladd@bugzilla.org>, r=LpSolit, a=myk.

This commit is contained in:
uid623 2006-06-07 20:27:01 +00:00
parent b0a29c3f95
commit 3646ced155

View File

@ -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 = '';
]);