|
From: | Grisha Levit |
Subject: | !& error |
Date: | Sat, 12 Aug 2023 13:56:03 -0400 |
The newly added support for `! &' uses the previous value of the_printed_command_except_trap or segfaults if none has been made yet: $ bash -c ': X; ! & jobs' [1]+ Running : X & $ bash -c '! &' Segmentation fault
[Prev in Thread] | Current Thread | [Next in Thread] |