From: Rob Landley Date: Wed, 11 Jun 2014 13:11:38 +0000 (-0500) Subject: Promote strings. X-Git-Tag: android-x86-6.0-r1~473 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=ff2bc8551c697a909118f580b26b6cb1e0e47f61;p=android-x86%2Fexternal-toybox.git Promote strings. --- 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...]