Commit ce0dbf79 authored by unknown's avatar unknown

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

parent bd49da26
...@@ -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