Re: Text Mode and "$'\r': command not found" error

2008-08-29 Thread Brian Dessent
Clément LABORIE wrote: > >source ${PROJECT_DIR}/myBash.bash > . $'\r': command not found > > >echo ${PROJECT_DIR} > E:/project/... > > When I replace ${PROJECT_DIR} by Unix directory /cygdrive/e/project/..., > it works well. What version of bash are you using? Have you read point 6 in /u

Text Mode and "$'\r': command not found" error

2008-08-29 Thread Clément LABORIE
Dear all, I am currently working on a project using Cygwin to submit Bash files (developments are done under Windows, with Notepad for example). Here is my problem: I have installed new version of Cygwin, with set up mode "Dos Mode" instead of "Unix mode" because all of our files are in Window