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    c...@case.edu    http://tiswww.cwru.edu/~chet/

Reply via email to