aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 7482ebf6f..26d72023c 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -13248,7 +13248,8 @@ init(void)
13248 } 13248 }
13249 } 13249 }
13250 13250
13251 setvar("PPID", utoa(getppid()), 0); 13251 if (!ENABLE_PLATFORM_MINGW32)
13252 setvar("PPID", utoa(getppid()), 0);
13252 13253
13253 p = lookupvar("PWD"); 13254 p = lookupvar("PWD");
13254 if (p) 13255 if (p)