Closed jpco closed 10 months ago
To repro, type
() anything
at the prompt. anything can actually be whatever, as long as it's parsed as a second term in the command. This causes the assertion in firstprepend(), at syntax.c:271, to fail.
anything
firstprepend()
syntax.c:271
To repro, type
at the prompt.
anything
can actually be whatever, as long as it's parsed as a second term in the command. This causes the assertion infirstprepend()
, atsyntax.c:271
, to fail.