From 1d5f8cb79f6ce1000271dd610e7d8d3b128a904d Mon Sep 17 00:00:00 2001 From: "lenz@mysql.com" <> Date: Wed, 23 Apr 2003 01:51:25 +0200 Subject: - fixed typo in instructions on how to add a PATH to .tcshrc on Mac OS X --- support-files/MacOSX/ReadMe.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'support-files/MacOSX') 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 -- cgit v1.2.1