Commit 1d5f8cb7 authored by lenz@mysql.com's avatar lenz@mysql.com

- fixed typo in instructions on how to add a PATH to .tcshrc on Mac OS X

parent 2705a9e9
...@@ -76,5 +76,4 @@ can to add this directory to your PATH environment ...@@ -76,5 +76,4 @@ can to add this directory to your PATH environment
variable in your login script. For the default shell variable in your login script. For the default shell
"tcsh", you can do this by running this command once: "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
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