diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-04 17:21:55 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-02-04 17:21:55 +0000 |
commit | 01986e9c6f45e718a11c8cd7a37306b54b78b501 (patch) | |
tree | 53406ecdf8b31fa078340f2836e327bbf6c02946 | |
parent | cf787cf3a54f21e643d760dc3f893233ecce4ad5 (diff) | |
download | busybox-w32-01986e9c6f45e718a11c8cd7a37306b54b78b501.tar.gz busybox-w32-01986e9c6f45e718a11c8cd7a37306b54b78b501.tar.bz2 busybox-w32-01986e9c6f45e718a11c8cd7a37306b54b78b501.zip |
- remove duplicate menu entry
-rw-r--r-- | findutils/Config.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/findutils/Config.in b/findutils/Config.in index e5f82986d..554303f75 100644 --- a/findutils/Config.in +++ b/findutils/Config.in | |||
@@ -99,15 +99,6 @@ config FEATURE_FIND_NOT | |||
99 | full-blown desktop' is enabled, then will also the non-POSIX | 99 | full-blown desktop' is enabled, then will also the non-POSIX |
100 | '-not' be supported. | 100 | '-not' be supported. |
101 | 101 | ||
102 | config FEATURE_FIND_NOT | ||
103 | bool "Enable the 'not' (!) operator" | ||
104 | default y | ||
105 | depends on FIND | ||
106 | help | ||
107 | Support the '!' operator to invert the test results. If 'Enable | ||
108 | full-blown desktop' is enabled, then will also the non-POSIX | ||
109 | '-not' be supported. | ||
110 | |||
111 | config GREP | 102 | config GREP |
112 | bool "grep" | 103 | bool "grep" |
113 | default n | 104 | default n |