disable length applet. ${#var} and echo -n "$var" | wc -c are portable equivalents

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2011-01-26 01:21:20 +01:00
parent f18a82d9b3
commit ea023eacad
7 changed files with 7 additions and 10 deletions

View File

@@ -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"