Re: bash-4.3.33-1 fails to execute shell script with CR+LF EOL in text-mounted directory

2015-09-24 Thread Eric Blake
On 03/26/2015 09:37 AM, sm...@cygwin.akamoz.jp wrote: > Dear Cygwin developers: > > It seems that bash-4.3.33(1) handles CR+LF end-of-line in > the shell-script incorrectly, all of the following conditions are met: > > a. the shell-script file is on TEXT-MOUNTED directory, > b. end-of-line styl

Re: bash-4.3.33-1 fails to execute shell script with CR+LF EOL in text-mounted directory

2015-03-27 Thread smith
Dear Eric and the other developers: > > It seems that bash-4.3.33(1) handles CR+LF end-of-line in > > the shell-script incorrectly, all of the following conditions are met: > > b. end-of-line style of the file is CR+LF, and > Are you absolutely sure that you don't have excess CR in your file? >

Re: bash-4.3.33-1 fails to execute shell script with CR+LF EOL in text-mounted directory

2015-03-26 Thread Eric Blake
On 03/26/2015 09:37 AM, sm...@cygwin.akamoz.jp wrote: > Dear Cygwin developers: > > It seems that bash-4.3.33(1) handles CR+LF end-of-line in > the shell-script incorrectly, all of the following conditions are met: > > a. the shell-script file is on TEXT-MOUNTED directory, Thanks for the repor

bash-4.3.33-1 fails to execute shell script with CR+LF EOL in text-mounted directory

2015-03-26 Thread smith
Dear Cygwin developers: It seems that bash-4.3.33(1) handles CR+LF end-of-line in the shell-script incorrectly, all of the following conditions are met: a. the shell-script file is on TEXT-MOUNTED directory, b. end-of-line style of the file is CR+LF, and c. the command in the file includes & (e