diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/ash.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index f8207a6cc..63f039df4 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -2293,7 +2293,8 @@ updatepwd(const char *dir) | |||
2293 | break; | 2293 | break; |
2294 | } | 2294 | } |
2295 | break; | 2295 | break; |
2296 | } else if (p[1] == '\0') | 2296 | } |
2297 | if (p[1] == '\0') | ||
2297 | break; | 2298 | break; |
2298 | /* fall through */ | 2299 | /* fall through */ |
2299 | default: | 2300 | default: |