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 f32c311..bfa4a8c 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) goto builtin_success; } else if (builtinloc <= 0) { goto builtin_success; - } + } } /* We have to search path. */ |