hi all,
  forgive me if my request is a little off topic.  Basically I can set
environmental variables using export in the termial/bash, but if I run a
script like the simple one below where I basically call 3 export
statements, the variables are not set!  That is if I then echo the
variables the system returns an empty string.  Do you know what's
happening?  And is there a reference manual you would suggest me to buy
for these things?  Thanks
Edo

#!/bin/bash
echo
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo CYGWIN setup script
echo To run this you should:
echo + have JAVA_HOME defined
echo + have ANT installed
echo
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
echo

export
CLASSPATH="${CLASSPATH};.;${MINORTHIRD-.}/class;${MINORTHIRD-.}/lib;${MINORTHIRD-.}/lib/minorThirdIncludes.jar"
export
CLASSPATH="${CLASSPATH};.;${MINORTHIRD-.}/lib/mixup;${MINORTHIRD-.}/config"
export MONTYLINGUA="${MINORTHIRD-.}/lib/montylingua"



-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
Fink-beginners mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to