bug-bash
[Top][All Lists]
Advanced

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

Re: Latest push for command substitutions


From: Chet Ramey
Subject: Re: Latest push for command substitutions
Date: Thu, 24 Jun 2021 11:49:49 -0400
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:78.0) Gecko/20100101 Thunderbird/78.11.0

On 6/24/21 5:44 AM, Koichi Murase wrote:
Maybe this is not caused by the change of this time, but another
related problem. When the nested command substitutions are incomplete,
an error message of the (false) syntax error is printed before PS2.
The command is still executed correctly after closing the command
substitutions.

This doesn't have anything to do with the parser, per se, or this change.
It's an interactive-only error similar to

https://lists.gnu.org/archive/html/bug-bash/2021-02/msg00037.html

caused by the history code trying to determine which delimiter to use when
adding this line to the history list.

--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    chet@case.edu    http://tiswww.cwru.edu/~chet/



reply via email to

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