OSDN Git Service

Promote strings.
authorRob Landley <rob@landley.net>
Wed, 11 Jun 2014 13:11:38 +0000 (08:11 -0500)
committerRob Landley <rob@landley.net>
Wed, 11 Jun 2014 13:11:38 +0000 (08:11 -0500)
toys/posix/strings.c [moved from toys/pending/strings.c with 99% similarity]

similarity index 99%
rename from toys/pending/strings.c
rename to toys/posix/strings.c
index a1104e5..a872cf6 100644 (file)
@@ -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...]