aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/ash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 6cda7251e..6ef0a7ac2 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -13960,6 +13960,7 @@ init(void)
13960 } 13960 }
13961 } 13961 }
13962 13962
13963 setvareq((char*)defifsvar, VTEXTFIXED);
13963 setvareq((char*)defoptindvar, VTEXTFIXED); 13964 setvareq((char*)defoptindvar, VTEXTFIXED);
13964 13965
13965 setvar0("PPID", utoa(getppid())); 13966 setvar0("PPID", utoa(getppid()));