This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Problem using export command


Hi,
  I have a file in which I do the following:

export LD_LIBRARY_PATH=$REI_HOME/lib
export CLASSPATH=$CLASSPATH:$CP:$REI_HOME/classes:.

rm $REI_HOME/classes/*.class
$JAVA_HOME/javac -d classes $REI_HOME/src/*.java
$JAVA_HOME/java ReiEngine $REI_HOME/config.xml

  This file runs without problems in Linux, but under cygwin it gives the
following error:
export: Files\Xinox: bad variable name

  A similar problem was faced by someone who posted a message to the mailing
list. But I found no answer to that and so am posting my message again. If
someone could please help me figure why this error occurs and suggest some
solution, I will be very glad.

Thanking You
Sincerely,
Anjali.

Anjali Bharat Shah
Graduate Student
Computer Science Department
University of Maryland Baltimore County

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]