aboutsummaryrefslogtreecommitdiff
path: root/findutils/Config.in
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2007-06-16 00:30:52 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2007-06-16 00:30:52 +0000
commit53a0e971960a520bd859b8aac6dbebec2045115f (patch)
tree7fbf136ec7cba71b8e463825b32c5ef3a9eb6ce2 /findutils/Config.in
parentb941129ccb7901b0715c6affa9d0347f6fa5e64d (diff)
downloadbusybox-w32-53a0e971960a520bd859b8aac6dbebec2045115f.tar.gz
busybox-w32-53a0e971960a520bd859b8aac6dbebec2045115f.tar.bz2
busybox-w32-53a0e971960a520bd859b8aac6dbebec2045115f.zip
find: make -size match GNU find
Diffstat (limited to 'findutils/Config.in')
-rw-r--r--findutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/findutils/Config.in b/findutils/Config.in
index bcdc02446..f8ad98de1 100644
--- a/findutils/Config.in
+++ b/findutils/Config.in
@@ -30,7 +30,7 @@ config FEATURE_FIND_MTIME
30 files, in days. 30 files, in days.
31 31
32config FEATURE_FIND_MMIN 32config FEATURE_FIND_MMIN
33 bool "Enable modified time matching (-min) option" 33 bool "Enable modified time matching (-mmin) option"
34 default y 34 default y
35 depends on FIND 35 depends on FIND
36 help 36 help