Skip to content

Commit

Permalink
utils/pb-console: Use -m to run shell in own process group
Browse files Browse the repository at this point in the history
Use -m to have the shell spawned by pb-console run it its own process
group, allowing commands such as Ctrl-C (SIGINT) to behave as expected
rather than killing the shell.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
  • Loading branch information
sammj committed Apr 1, 2019
1 parent 1ad18bf commit 1cd2617
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/pb-console
Original file line number Diff line number Diff line change
Expand Up @@ -141,5 +141,5 @@ while :
do
$ui $verbose_opt
reset
$shell
$shell -m
done

0 comments on commit 1cd2617

Please sign in to comment.