aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/rc/exec.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/rc/exec.c')
-rw-r--r--src/cmd/rc/exec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cmd/rc/exec.c b/src/cmd/rc/exec.c
index dfd4e370..fc7b630b 100644
--- a/src/cmd/rc/exec.c
+++ b/src/cmd/rc/exec.c
@@ -20,6 +20,7 @@ void start(code *c, int pc, var *local)
p->eof=0;
p->iflag=0;
p->lineno=1;
+ p->pid=-1;
p->ret=runq;
runq=p;
}