aboutsummaryrefslogtreecommitdiff
path: root/coreutils/Config.src
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-01-26 01:21:20 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-01-26 01:21:20 +0100
commitea023eacad23f6a30cffe4f255a050b91748fc2f (patch)
tree4e4c1f19c75f27cefa52bcf96b7b4f0ff536a3e6 /coreutils/Config.src
parentf18a82d9b320146e367217aba6664b1efb1be68c (diff)
downloadbusybox-ea023eacad23f6a30cffe4f255a050b91748fc2f.tar.gz
disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'coreutils/Config.src')
-rw-r--r--coreutils/Config.src10
1 files changed, 5 insertions, 5 deletions
diff --git a/coreutils/Config.src b/coreutils/Config.src
index c2fd73e59..1a044f96c 100644
--- a/coreutils/Config.src
+++ b/coreutils/Config.src
@@ -295,11 +295,11 @@ config FEATURE_INSTALL_LONG_OPTIONS
help
Support long options for the install applet.
-config LENGTH
- bool "length"
- default y
- help
- length is used to print out the length of a specified string.
+####config LENGTH
+#### bool "length"
+#### default y
+#### help
+#### length is used to print out the length of a specified string.
config LN
bool "ln"