aboutsummaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/ash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash.c b/shell/ash.c
index 97f0d6bef..591e0a658 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -8172,7 +8172,7 @@ exitcmd(int argc, char **argv)
8172static int 8172static int
8173echocmd(int argc, char **argv) 8173echocmd(int argc, char **argv)
8174{ 8174{
8175 return bb_echo(argc, argv); 8175 return bb_echo(argv);
8176} 8176}
8177#endif 8177#endif
8178 8178