changeset 420:eda61bcf575a

Basename and env are usable, default them to y.
author Rob Landley <rob@landley.net>
date Thu, 02 Feb 2012 07:28:06 -0600
parents af0cca0aba9d
children 1ca548d46c8e
files toys/basename.c toys/env.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/toys/basename.c	Thu Feb 02 07:27:35 2012 -0600
+++ b/toys/basename.c	Thu Feb 02 07:28:06 2012 -0600
@@ -11,7 +11,7 @@
 
 config BASENAME
 	bool "basename"
-	default n
+	default y
 	help
         usage: basename string [suffix]
 
--- a/toys/env.c	Thu Feb 02 07:27:35 2012 -0600
+++ b/toys/env.c	Thu Feb 02 07:28:06 2012 -0600
@@ -5,7 +5,7 @@
 
 config ENV
 	bool "env"
-	default n
+	default y
 	help
         usage: env [-i] [FOO=BAR...] [command [option...]]