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: CR/LF problems,


mark@numericalmethods.com wrote:
> 
> 
> Thanks for the help.  I am using the standard shell that
> one gets when executing the cygwin.bat, which seems to be bash.
> 
> I attached the cygcheck output.
> 

> HOME = `//cardano/mark'

Your use of //cardano is what is being processed in textmode.  The
easiest solution is going to be to mount //cardano in binary mode
something like this
  mkdir /cardano
  mount -b //cardano /cardano
Then, modify the occurrences in the environment from //cardano to
/cardano.

HTH,
Earnie.

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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