bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

!& error


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


reply via email to

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