diff options
Diffstat (limited to 'toys/toysh.c')
-rw-r--r-- | toys/toysh.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/toysh.c b/toys/toysh.c index d1ef683f..b2dd2bba 100644 --- a/toys/toysh.c +++ b/toys/toysh.c @@ -23,7 +23,7 @@ USE_TOYSH(NEWTOY(toysh, "c:i", TOYFLAG_BIN)) config TOYSH bool "sh (toysh)" - default y + default n help usage: sh [-c command] [script] |