From ea023eacad23f6a30cffe4f255a050b91748fc2f Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 26 Jan 2011 01:21:20 +0100 Subject: disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents Signed-off-by: Denys Vlasenko --- coreutils/Config.src | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'coreutils/Config.src') 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" -- cgit v1.2.3