projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e31ca2e
)
grep: FEATURE_GREP_CONTEXT should be available for "fgrep only" too
author
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 12 Apr 2017 15:53:54 +0000
(17:53 +0200)
committer
Denys Vlasenko
<vda.linux@googlemail.com>
Wed, 12 Apr 2017 15:53:54 +0000
(17:53 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
findutils/grep.c
patch
|
blob
|
history
diff --git
a/findutils/grep.c
b/findutils/grep.c
index ec7605d852e267eb66ce861b6fba889540abdd59..261e563d5a0bee940604817b00be5e138565c7cf 100644
(file)
--- a/
findutils/grep.c
+++ b/
findutils/grep.c
@@
-39,7
+39,7
@@
//config:config FEATURE_GREP_CONTEXT
//config: bool "Enable before and after context flags (-A, -B and -C)"
//config: default y
-//config: depends on GREP || EGREP
+//config: depends on GREP || EGREP
|| FGREP
//config: help
//config: Print the specified number of leading (-B) and/or trailing (-A)
//config: context surrounding our matching lines.