aboutsummaryrefslogtreecommitdiff
path: root/findutils
diff options
context:
space:
mode:
authorbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-04-27 02:43:54 +0000
committerbug1 <bug1@69ca8d6d-28ef-0310-b511-8ec308f3f277>2003-04-27 02:43:54 +0000
commita36c28ffc77e5c5510afae7de9b1de2de8e6b567 (patch)
treeac868eaf7ef7fca5851603b6e3421750e36db0ed /findutils
parent35ccbb3aedb5fcda1009eb16b0f7314b46938a77 (diff)
downloadbusybox-w32-a36c28ffc77e5c5510afae7de9b1de2de8e6b567.tar.gz
busybox-w32-a36c28ffc77e5c5510afae7de9b1de2de8e6b567.tar.bz2
busybox-w32-a36c28ffc77e5c5510afae7de9b1de2de8e6b567.zip
Config option to create an fgrep alias
git-svn-id: svn://busybox.net/trunk/busybox@6820 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'findutils')
-rw-r--r--findutils/Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index 7cfcf2fa4..79358c655 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -67,6 +67,15 @@ config CONFIG_FEATURE_GREP_EGREP_ALIAS
67 help 67 help
68 Please submit a patch to add help text for this item. 68 Please submit a patch to add help text for this item.
69 69
70config CONFIG_FEATURE_GREP_FGREP_ALIAS
71 bool " Alias fgrep to grep -f"
72 default y
73 depends on CONFIG_GREP
74 help
75 fgrep sees the search pattern as a normal sting rather than
76 regular expressions.
77 grep -f is always builtin, this just creates the fgrep alias.
78
70config CONFIG_FEATURE_GREP_CONTEXT 79config CONFIG_FEATURE_GREP_CONTEXT
71 bool " Enable before and after context flags (-A, -B and -C)" 80 bool " Enable before and after context flags (-A, -B and -C)"
72 default y 81 default y