changeset 401:bc435ea49b2c

Don't make toysh default to y until it does something useful.
author Rob Landley <rob@landley.net>
date Wed, 28 Dec 2011 16:50:16 -0600
parents a5ceeeae7f43
children 2551e517b800
files toys/toysh.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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]