From: Rob Landley Date: Mon, 19 Aug 2013 09:23:16 +0000 (-0500) Subject: Move grep from pending to posix, switch default to y. X-Git-Tag: android-x86-6.0-r1~805 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=205b496e42ceb72bf0755fec4f4675a467c401e1;p=android-x86%2Fexternal-toybox.git Move grep from pending to posix, switch default to y. --- diff --git a/toys/pending/grep.c b/toys/posix/grep.c similarity index 99% rename from toys/pending/grep.c rename to 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]...