OSDN Git Service

Move grep from pending to posix, switch default to y.
authorRob Landley <rob@landley.net>
Mon, 19 Aug 2013 09:23:16 +0000 (04:23 -0500)
committerRob Landley <rob@landley.net>
Mon, 19 Aug 2013 09:23:16 +0000 (04:23 -0500)
toys/posix/grep.c [moved from toys/pending/grep.c with 99% similarity]

similarity index 99%
rename from toys/pending/grep.c
rename to toys/posix/grep.c
index bc88452..7a2ca3a 100644 (file)
@@ -10,7 +10,7 @@ USE_GREP(OLDTOY(fgrep, grep, OPTSTR_grep, TOYFLAG_BIN))
 
 config GREP
   bool "grep"
-  default n
+  default y
   help
     usage: grep [-EFivwcloqsHbhn] [-m MAX] [-e REGEX]... [-f REGFILE] [FILE]...