aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 31ad46aa7..181357c1c 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -4818,7 +4818,7 @@ static void
4818forkparent(struct job *jp, union node *n, int mode, pid_t pid) 4818forkparent(struct job *jp, union node *n, int mode, pid_t pid)
4819{ 4819{
4820 TRACE(("In parent shell: child = %d\n", pid)); 4820 TRACE(("In parent shell: child = %d\n", pid));
4821 if (!jp) { 4821 if (!jp && !ENABLE_PLATFORM_MINGW32) { /* FIXME not quite understand this */
4822 while (jobless && dowait(DOWAIT_NONBLOCK, NULL) > 0) 4822 while (jobless && dowait(DOWAIT_NONBLOCK, NULL) > 0)
4823 continue; 4823 continue;
4824 jobless++; 4824 jobless++;