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

This commit is contained in:
lenz@mysql.com 2003-04-23 01:51:25 +02:00
parent 2705a9e91f
commit 1d5f8cb79f

View file

@ -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