mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-10-23 16:40:24 +02:00
zsh-3.1.6-bart-7
This commit is contained in:
parent
bf23cb8fe7
commit
6014bbdb45
26 changed files with 471 additions and 164 deletions
|
@ -3153,8 +3153,7 @@ zexit(int val, int from_signal)
|
|||
HEAPALLOC {
|
||||
if (isset(MONITOR) && !stopmsg && !from_signal) {
|
||||
scanjobs(); /* check if jobs need printing */
|
||||
if (unset(SHJOBCONTROL))
|
||||
checkjobs(); /* check if any jobs are running/stopped */
|
||||
checkjobs(); /* check if any jobs are running/stopped */
|
||||
if (stopmsg) {
|
||||
stopmsg = 2;
|
||||
LASTALLOC_RETURN;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue