summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authoruid623 <>2006-06-08 05:27:01 +0200
committeruid623 <>2006-06-08 05:27:01 +0200
commit63fd684090dc1aaca7201a933825979079214e66 (patch)
treed6a8259ef56d1a457b64fa32e745c74fb437f37b /checksetup.pl
parent501b3da57c06c707ecfbb63543052894149d1997 (diff)
downloadbugzilla-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.
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
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 = '';
]);