From ff2bc8551c697a909118f580b26b6cb1e0e47f61 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Wed, 11 Jun 2014 08:11:38 -0500 Subject: [PATCH] Promote strings. --- toys/{pending => posix}/strings.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename toys/{pending => posix}/strings.c (99%) diff --git a/toys/pending/strings.c b/toys/posix/strings.c similarity index 99% rename from toys/pending/strings.c rename to toys/posix/strings.c index a1104e5e..a872cf6a 100644 --- a/toys/pending/strings.c +++ b/toys/posix/strings.c @@ -11,7 +11,7 @@ USE_STRINGS(NEWTOY(strings, "an#=4<1fo", TOYFLAG_USR|TOYFLAG_BIN)) config STRINGS bool "strings" - default n + default y help usage: strings [-fo] [-n LEN] [FILE...] -- 2.11.0