aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 7967872f7..1d7d916da 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -3143,7 +3143,7 @@ updatepwd(const char *dir)
3143 STUNPUTC(new); 3143 STUNPUTC(new);
3144 *new = 0; 3144 *new = 0;
3145 fix_path_case((char *)stackblock()); 3145 fix_path_case((char *)stackblock());
3146 return stackblock(); 3146 return bs_to_slash((char *)stackblock());
3147#else 3147#else
3148 char *new; 3148 char *new;
3149 char *p; 3149 char *p;