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

This commit is contained in:
unknown 2003-04-23 01:51:25 +02:00
parent bd49da2606
commit ce0dbf7915

View file

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