diff options
author | Rob Landley <rob@landley.net> | 2013-08-19 04:23:16 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2013-08-19 04:23:16 -0500 |
commit | 205b496e42ceb72bf0755fec4f4675a467c401e1 (patch) | |
tree | ca774be7cc65a2c4c7af54d6d85b3679421197fc /toys | |
parent | fce85e9d287cef03777d3c2d97b2a0b43242ee21 (diff) | |
download | toybox-205b496e42ceb72bf0755fec4f4675a467c401e1.tar.gz |
Move grep from pending to posix, switch default to y.
Diffstat (limited to 'toys')
-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]... |