From a7b648d26f7ace9c025e5f4ae5060d83d69080ce Mon Sep 17 00:00:00 2001 From: Nguyễn Thái Ngọc Duy Date: Wed, 14 Apr 2010 00:45:01 +0200 Subject: win32: ash: FIXME --- shell/ash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 forkparent(struct job *jp, union node *n, int mode, pid_t pid) { TRACE(("In parent shell: child = %d\n", pid)); - if (!jp) { + if (!jp && !ENABLE_PLATFORM_MINGW32) { /* FIXME not quite understand this */ while (jobless && dowait(DOWAIT_NONBLOCK, NULL) > 0) continue; jobless++; -- cgit v1.2.3-55-g6feb