diff options
Diffstat (limited to 'toys/echo.c')
-rw-r--r-- | toys/echo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toys/echo.c b/toys/echo.c index 7c475ca0..8b4d7c58 100644 --- a/toys/echo.c +++ b/toys/echo.c @@ -6,6 +6,8 @@ * * See http://www.opengroup.org/onlinepubs/009695399/utilities/echo.html +USE_ECHO(NEWTOY(echo, "+en", TOYFLAG_BIN)) + config ECHO bool "echo" default y |