aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/ash.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index f21ef85d4..fd2a66270 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -5070,7 +5070,6 @@ waitone(int block, struct job *job)
5070 ps->ps_status = status; 5070 ps->ps_status = status;
5071 thisjob = jp; 5071 thisjob = jp;
5072#if ENABLE_PLATFORM_MINGW32 5072#if ENABLE_PLATFORM_MINGW32
5073 ps->ps_pid = -1;
5074 CloseHandle(ps->ps_proc); 5073 CloseHandle(ps->ps_proc);
5075 ps->ps_proc = NULL; 5074 ps->ps_proc = NULL;
5076#endif 5075#endif