mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-07-08 21:00:48 +02:00
commit bash-20080904 snapshot
This commit is contained in:
+1
-1
@@ -518,7 +518,7 @@ it_init_joblist (itp, jstate)
|
||||
JOB *j;
|
||||
JOB_STATE ws; /* wanted state */
|
||||
|
||||
ws = -1;
|
||||
ws = JNONE;
|
||||
if (jstate == 0)
|
||||
ws = JRUNNING;
|
||||
else if (jstate == 1)
|
||||
|
||||
Reference in New Issue
Block a user