[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Latest push for command substitutions
From: |
Alex fxmbsw7 Ratchev |
Subject: |
Re: Latest push for command substitutions |
Date: |
Thu, 24 Jun 2021 11:33:30 +0200 |
lol what the weird behavior
On Thu, Jun 24, 2021, 11:19 Koichi Murase <myoga.murase@gmail.com> wrote:
> > 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
>
>