diff options
author | Rob Landley <rob@landley.net> | 2009-01-14 20:41:37 -0600 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2009-01-14 20:41:37 -0600 |
commit | d3e61fc8da81c38a82a02379397f513e99ba5249 (patch) | |
tree | 9c594ef013cde8196a5c242a9c924e63b01ac8e9 /toys/hello.c | |
parent | ba3ed79b4e18988dfe637d44c875bb11c3cb9ad2 (diff) | |
download | toybox-d3e61fc8da81c38a82a02379397f513e99ba5249.tar.gz |
Hello shouldn't be enabled in defconfig.
Diffstat (limited to 'toys/hello.c')
-rw-r--r-- | toys/hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/hello.c b/toys/hello.c index e5d78f6a..87c30ae2 100644 --- a/toys/hello.c +++ b/toys/hello.c @@ -11,7 +11,7 @@ USE_HELLO(NEWTOY(hello, "e@d*c#b:a", TOYFLAG_USR|TOYFLAG_BIN)) config HELLO bool "hello" - default y + default n help A hello world program. You don't need this. |