1
0
Fork 0
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:
Tanaka Akira 1999-10-17 04:52:56 +00:00
parent bf23cb8fe7
commit 6014bbdb45
26 changed files with 471 additions and 164 deletions

View file

@ -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;