diff options
Diffstat (limited to 'shell/ash.c')
-rw-r--r-- | shell/ash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c index f32c31180..bfa4a8c6d 100644 --- a/shell/ash.c +++ b/shell/ash.c | |||
@@ -11197,7 +11197,7 @@ find_command(char *name, struct cmdentry *entry, int act, const char *path) | |||
11197 | goto builtin_success; | 11197 | goto builtin_success; |
11198 | } else if (builtinloc <= 0) { | 11198 | } else if (builtinloc <= 0) { |
11199 | goto builtin_success; | 11199 | goto builtin_success; |
11200 | } | 11200 | } |
11201 | } | 11201 | } |
11202 | 11202 | ||
11203 | /* We have to search path. */ | 11203 | /* We have to search path. */ |