From 3b6002e53d82746634536cd2fda8a9dd354aaf7e Mon Sep 17 00:00:00 2001 From: "Barton E. Schaefer" Date: Tue, 27 Sep 2016 08:47:18 -0700 Subject: 39437: use list_pipe_pid in assignment for clarity --- Src/exec.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/exec.c') diff --git a/Src/exec.c b/Src/exec.c index 4e8934061..c27c41c1b 100644 --- a/Src/exec.c +++ b/Src/exec.c @@ -1702,7 +1702,7 @@ execpline(Estate state, wordcode slcode, int how, int last1) jobtab[list_pipe_job].other = newjob; jobtab[list_pipe_job].stat |= STAT_SUPERJOB; jn->stat |= STAT_SUBJOB | STAT_NOPRINT; - jn->other = pid; + jn->other = list_pipe_pid; /* see zsh.h */ if (hasprocs(list_pipe_job)) jn->gleader = jobtab[list_pipe_job].gleader; } -- cgit 1.4.1