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: Koichi Murase
Subject: Re: Latest push for command substitutions
Date: Thu, 24 Jun 2021 18:18:18 +0900

> Please run it through any tests or scripts you have so we can shake out any
> bugs early.

I haven't thoroughly tested it, but I found with a quick trial that
the parser state seems to remain broken in the new command line after
a syntax error:

$ ./bash --norc
$ printf '[%s]\n' $(if)
bash: syntax error near unexpected token `)'
$ echo abcdef
[echo]
bash: abcdef: command not found
$

--
Koichi



reply via email to

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