aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-06 12:18:34 +0200
committerNguyễn Thái Ngọc Duy <pclouds@gmail.com>2010-04-20 19:14:32 +0200
commit65eefca7c9e72f9ed7363cd08a3cea83dfea5b40 (patch)
tree8ce9a09637dacb80002a973f857daf215c9635a2
parent16abbd77ce3df5d00625ddf506afac164991c025 (diff)
downloadbusybox-w32-65eefca7c9e72f9ed7363cd08a3cea83dfea5b40.tar.gz
busybox-w32-65eefca7c9e72f9ed7363cd08a3cea83dfea5b40.tar.bz2
busybox-w32-65eefca7c9e72f9ed7363cd08a3cea83dfea5b40.zip
win32: debianutils/Config.in
Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
-rw-r--r--debianutils/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/debianutils/Config.in b/debianutils/Config.in
index cab3ba74e..95cf0efaa 100644
--- a/debianutils/Config.in
+++ b/debianutils/Config.in
@@ -81,7 +81,7 @@ config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
81config WHICH 81config WHICH
82 bool "which" 82 bool "which"
83 default n 83 default n
84 depends on PLATFORM_POSIX 84 depends on PLATFORM_POSIX || PLATFORM_MINGW32
85 help 85 help
86 which is used to find programs in your PATH and 86 which is used to find programs in your PATH and
87 print out their pathnames. 87 print out their pathnames.