diff options
author | uid623 <> | 2006-06-08 05:27:01 +0200 |
---|---|---|
committer | uid623 <> | 2006-06-08 05:27:01 +0200 |
commit | 63fd684090dc1aaca7201a933825979079214e66 (patch) | |
tree | d6a8259ef56d1a457b64fa32e745c74fb437f37b | |
parent | 501b3da57c06c707ecfbb63543052894149d1997 (diff) | |
download | bugzilla-63fd684090dc1aaca7201a933825979079214e66.tar.gz bugzilla-63fd684090dc1aaca7201a933825979079214e66.tar.xz |
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.
-rwxr-xr-x | checksetup.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl index 9e67e308c..23c52b221 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 = ''; ]); |