Re: bash scripts fail with bash3.1-8

2006-10-05 Thread Thomas Porschberg
Am Thu, 5 Oct 2006 09:38:23 -0400 (EDT) schrieb Igor Peshansky : > On Thu, 5 Oct 2006, Thomas Porschberg wrote: > > > Am Wed, 04 Oct 2006 10:19:52 -0500 > > schrieb mwoehlke : > > > > > Thomas Porschberg wrote: > > > > Am Tue, 3 Oct 2006 17:02:29 +0100 > > > > schrieb "Dave Korn" : > > > >> On 03

Re: bash scripts fail with bash3.1-8

2006-10-05 Thread Igor Peshansky
On Thu, 5 Oct 2006, Thomas Porschberg wrote: > Am Wed, 04 Oct 2006 10:19:52 -0500 > schrieb mwoehlke : > > > Thomas Porschberg wrote: > > > Am Tue, 3 Oct 2006 17:02:29 +0100 > > > schrieb "Dave Korn" : > > >> On 03 October 2006 16:43, Turly O'Connor wrote: > > >>> By way of an example as to what b

Re: bash scripts fail with bash3.1-8

2006-10-05 Thread Thomas Porschberg
Am Wed, 04 Oct 2006 10:19:52 -0500 schrieb mwoehlke : > Thomas Porschberg wrote: > > Am Tue, 3 Oct 2006 17:02:29 +0100 > > schrieb "Dave Korn" : > >> On 03 October 2006 16:43, Turly O'Connor wrote: > >>> By way of an example as to what broke, note that in the following > >>> that "cleartool" is n

Re: bash scripts fail with bash3.1-8

2006-10-04 Thread mwoehlke
Thomas Porschberg wrote: Am Tue, 3 Oct 2006 17:02:29 +0100 schrieb "Dave Korn" : On 03 October 2006 16:43, Turly O'Connor wrote: By way of an example as to what broke, note that in the following that "cleartool" is not a cygwin tool (it's a Windows executable), writing its CRLF-terminated outp

Re: bash scripts fail with bash3.1-8

2006-10-04 Thread Thomas Porschberg
Am Tue, 3 Oct 2006 17:02:29 +0100 schrieb "Dave Korn" : > On 03 October 2006 16:43, Turly O'Connor wrote: > > > > By way of an example as to what broke, note that in the following > > that "cleartool" is not a cygwin tool (it's a Windows executable), > > writing its CRLF-terminated output to Wi

RE: bash scripts fail with bash3.1-8

2006-10-03 Thread Dave Korn
On 03 October 2006 16:43, Turly O'Connor wrote: > By way of an example as to what broke, note that in the following > that "cleartool" is not a cygwin tool (it's a Windows executable), > writing its CRLF-terminated output to Windows' stdout. > > CHECKOUTS=`cleartool lsc -all -cvi -s` # list al

bash scripts fail with bash3.1-8

2006-10-03 Thread Turly O'Connor
Hi there, I use ClearCase via cygwin and had a handy bunch of scripts which stopped working when I upgraded to the latest bash last week. A quick perusal of the mailing list revealed that the latest bash no longer strips CRs where it used to. By way of an example as to what broke, note that in t