This is the mail archive of the cygwin@sources.redhat.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]

RE: Strange cd/CDPATH behavior


Hi Erik,

> Unfortunately, what I'm really doing is "cd $SRC_PATH" where 
> SRC_PATH is
> "W:/src".  SRC_PATH must be a DOS style path to keep javac and other
> windows-based software happy (they can't grok paths without 
> drive letters).

Why don't you keep your SRC_PATH in real DOS style and convert it when
needed ? I do this myself for e.g. for CLASSPATH (I don't need this in
Cygwin style normally, except when I add paths automatically read by the
registry).

export SRC_PATH=c:\\source
cd `cygpath -u $SRC_PATH`

Greetings,
Jörg

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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