bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bug with multiline strings parsing and single-quoted !


From: Piotr Grzybowski
Subject: Re: bug with multiline strings parsing and single-quoted !
Date: Wed, 3 Dec 2014 08:57:26 +0100

Hey,

 I think in this case, history_expand lib/readline/histexpand.c:905 is
invoked with hstring="b\" | echo '!'", and goes wrongly into history
expansion.
 Not that I know how to fix it ;-)

cheers,
pg



On Tue, Dec 2, 2014 at 10:02 PM,  <gennady.kupava@gmail.com> wrote:
> This looks like a bug:
>
> gena@note2:~$ echo "a
>> b" | echo '!'
> bash: !': event not found
>> ^C
> gena@note2:~$
>
> Is it?
>
> Gennady



reply via email to

[Prev in Thread] Current Thread [Next in Thread]