bug-bash
[Top][All Lists]
Advanced

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

Re: nested bash 5 interactive sessions without job control


From: Grisha Levit
Subject: Re: nested bash 5 interactive sessions without job control
Date: Sat, 16 Feb 2019 01:15:14 -0500

Above appears to have been introduced in
https://git.savannah.gnu.org/cgit/bash.git/diff/jobs.c?h=devel&id=ee88838cf9421e2e40a7b7969cdf78a0010b075c

P.S. a similar thing happens (not resolved by reverting the above) with:

    set +m; $BASH --norc -i -c 'exec xxx'

where "xxx" is not a valid command.



reply via email to

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