summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorlenz@mysql.com <>2003-04-23 01:51:25 +0200
committerlenz@mysql.com <>2003-04-23 01:51:25 +0200
commit1d5f8cb79f6ce1000271dd610e7d8d3b128a904d (patch)
tree63f731a5458fb0ff9253ad05c7740180c6f2215a /support-files
parent2705a9e91fb5af292695723203d7fe2e3f4a0696 (diff)
downloadmariadb-git-1d5f8cb79f6ce1000271dd610e7d8d3b128a904d.tar.gz
- fixed typo in instructions on how to add a PATH to .tcshrc on Mac OS X
Diffstat (limited to 'support-files')
-rw-r--r--support-files/MacOSX/ReadMe.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/support-files/MacOSX/ReadMe.txt b/support-files/MacOSX/ReadMe.txt
index a18c5f3aa41..8b7b7019bd4 100644
--- a/support-files/MacOSX/ReadMe.txt
+++ b/support-files/MacOSX/ReadMe.txt
@@ -76,5 +76,4 @@ can to add this directory to your PATH environment
variable in your login script. For the default shell
"tcsh", you can do this by running this command once:
-echo 'setenv PATH $PATH:/usr/local/mysql/bin' >> ~/.tcshrc
-
+echo 'setenv PATH ${PATH}:/usr/local/mysql/bin' >> ~/.tcshrc