aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 68512799e..6bc1dba24 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -2980,6 +2980,7 @@ updatepwd(const char *dir)
2980 if (new > lim) 2980 if (new > lim)
2981 STUNPUTC(new); 2981 STUNPUTC(new);
2982 *new = 0; 2982 *new = 0;
2983 fix_path_case((char *)stackblock());
2983 return stackblock(); 2984 return stackblock();
2984#else 2985#else
2985 char *new; 2986 char *new;