# HG changeset patch # User Rob Landley # Date 1325112616 21600 # Node ID bc435ea49b2c63e4f0f5c068eacf77777995c8a4 # Parent a5ceeeae7f438f089fc28c2bd913e696dc5d4a58 Don't make toysh default to y until it does something useful. diff -r a5ceeeae7f43 -r bc435ea49b2c toys/toysh.c --- a/toys/toysh.c Wed Dec 28 16:17:13 2011 -0600 +++ b/toys/toysh.c Wed Dec 28 16:50:16 2011 -0600 @@ -23,7 +23,7 @@ config TOYSH bool "sh (toysh)" - default y + default n help usage: sh [-c command] [script]