aboutsummaryrefslogtreecommitdiff
path: root/shell/ash.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/ash.c')
-rw-r--r--shell/ash.c2
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)
goto builtin_success;
} else if (builtinloc <= 0) {
goto builtin_success;
- }
+ }
}
/* We have to search path. */