> 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