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 4113ce8e2..7f7531650 100644
--- a/shell/ash.c
+++ b/shell/ash.c
@@ -11003,7 +11003,7 @@ exitcmd(int argc, char **argv)
11003static int 11003static int
11004echocmd(int argc, char **argv) 11004echocmd(int argc, char **argv)
11005{ 11005{
11006 return bb_echo(argc, argv); 11006 return echo_main(argc, argv);
11007} 11007}
11008#endif 11008#endif
11009 11009