diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shell/ash.c b/shell/ash.c index 1fc2a44b1..3919118f0 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -3338,6 +3338,7 @@ updatepwd(const char *dir) | |||
3338 | if (new > lim) | 3338 | if (new > lim) |
3339 | STUNPUTC(new); | 3339 | STUNPUTC(new); |
3340 | *new = 0; | 3340 | *new = 0; |
3341 | strip_dot_space((char *)stackblock()); | ||
3341 | fix_path_case((char *)stackblock()); | 3342 | fix_path_case((char *)stackblock()); |
3342 | return bs_to_slash((char *)stackblock()); | 3343 | return bs_to_slash((char *)stackblock()); |
3343 | #else | 3344 | #else |