Commit 63fd6840 authored by uid623's avatar uid623

Patch for bug 335743: modify checksetup.pl so it no longer generates an extra \…

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.
parent 501b3da5
...@@ -758,8 +758,8 @@ $db_pass = ''; ...@@ -758,8 +758,8 @@ $db_pass = '';
]); ]);
LocalVar('db_sock', q[ LocalVar('db_sock', q[
# MySQL Only: Enter a path to the unix socket for mysql. If this is # 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 # blank, then MySQL's compiled-in default will be used. You probably
# want that. # want that.
$db_sock = ''; $db_sock = '';
]); ]);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment