On Mon, 31 Mar 2003, Thomas Davie wrote:
> Hi,
> I've been having trouble setting up my .tcshrc file to set the path
> variable to include /sw/bin... Can anyone see what I've done wrong
> here. Note that $ANT_HOME does get set.
<snip>
> # Ant setup
> setenv ANT_HOME "/Applicaitons/apache-ant-1.5.2"
You probably want to fix the typo in Applications
> # FINK
> setenv PATH $PATH":/sw/bin"
The correct format is:
setenv PATH "${PATH}:/sw/bin"
Though you are better off using
source /sw/bin/init/csh
because more than just the path needs to be set.
Hanspeter
--
This sig is left as an exercise to the reader.
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb:
Dedicated Hosting for just $79/mo with 500 GB of bandwidth!
No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users