diff options
Diffstat (limited to 'command/echo.c')
-rw-r--r-- | command/echo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/command/echo.c b/command/echo.c index a0ab78d..49008da 100644 --- a/command/echo.c +++ b/command/echo.c @@ -74,7 +74,7 @@ static int short_arg(char c, char* next) { return ARG_UNUSED; } -COMMAND(echo) { +COMMAND(echo_main) { int start, i; |