aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Landley <rob@landley.net>2013-08-19 04:23:16 -0500
committerRob Landley <rob@landley.net>2013-08-19 04:23:16 -0500
commit205b496e42ceb72bf0755fec4f4675a467c401e1 (patch)
treeca774be7cc65a2c4c7af54d6d85b3679421197fc
parentfce85e9d287cef03777d3c2d97b2a0b43242ee21 (diff)
downloadtoybox-205b496e42ceb72bf0755fec4f4675a467c401e1.tar.gz
Move grep from pending to posix, switch default to y.
-rw-r--r--toys/posix/grep.c (renamed from toys/pending/grep.c)2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/pending/grep.c b/toys/posix/grep.c
index bc884528..7a2ca3a3 100644
--- a/toys/pending/grep.c
+++ b/toys/posix/grep.c
@@ -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]...