close 274592 3.0 thanks not reproducible with 3.0.
Chet Ramey writes: > > One thing I didn't realise from Chet's explanation was that this > > simpler, single-line, case also fails. > > > > $ echo foo > > foo > > $ echo "abc'def" !$ xyz > > abc'def !$ xyz > > I can't reproduce this using bash-3.0: > > $ echo $BASH_VERSION > 3.00.15(3)-release > $ echo foo > foo > $ echo "abc'def" !$ xyz > echo "abc'def" foo xyz > abc'def foo xyz > > Chet > > > > This bites when I > > > > $ vi foo.c > > $ ci -u -m"Somebody's patch." !$ > > > > Cheers, > > > > > > Ralph. > > > > > > > > -- > ``The lyf so short, the craft so long to lerne.'' - Chaucer > ( ``Discere est Dolere'' -- chet ) > Live...Laugh...Love > Chet Ramey, ITS, CWRU [EMAIL PROTECTED] > http://tiswww.tis.cwru.edu/~chet/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

