diff options
author | unknown <lenz@mysql.com> | 2003-04-23 01:51:25 +0200 |
---|---|---|
committer | unknown <lenz@mysql.com> | 2003-04-23 01:51:25 +0200 |
commit | ce0dbf79151787a5117317c7c41cdd3cbb10f61a (patch) | |
tree | 63f731a5458fb0ff9253ad05c7740180c6f2215a /support-files/MacOSX | |
parent | bd49da260648f674d02eb21035f13aec6c37aeb6 (diff) | |
download | mariadb-git-ce0dbf79151787a5117317c7c41cdd3cbb10f61a.tar.gz |
- fixed typo in instructions on how to add a PATH to .tcshrc on Mac OS X
Diffstat (limited to 'support-files/MacOSX')
-rw-r--r-- | support-files/MacOSX/ReadMe.txt | 3 |
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 |