Re: readline behaves differently from 2.0.4 to 2.0.5

2002-05-21 Thread Michael A Chase
On Tue, 21 May 2002 10:10:47 -0500 "Zhou, Zhongyu" <[EMAIL PROTECTED]> wrote: > Hi, > I have just upgraded my cygwin (bash) from 2.0.4 to 2.0.5, and it broke > one of our development scripts. Basically what it did was, to drop the > backslash from the input. My readline version is 4.2a-1. >

readline behaves differently from 2.0.4 to 2.0.5

2002-05-21 Thread Zhou, Zhongyu
Hi, I have just upgraded my cygwin (bash) from 2.0.4 to 2.0.5, and it broke one of our development scripts. Basically what it did was, to drop the backslash from the input. My readline version is 4.2a-1. e.g., test.sh file = contains: cat junk.txt | while read line do if