diff options
author | Nicolas Thill <nico@openwrt.org> | 2009-05-25 13:52:31 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2009-05-25 13:52:31 +0000 |
commit | 9a16485900651090129f6a1ede264702a862c387 (patch) | |
tree | 0bc4ebb8729e38bff019507b3775e5ec5be54b6e /package/busybox/config/libbb/Config.in | |
parent | 9e9ac96aeb2fff71b29828fd04c20569a775d3d6 (diff) | |
download | upstream-9a16485900651090129f6a1ede264702a862c387.tar.gz upstream-9a16485900651090129f6a1ede264702a862c387.tar.bz2 upstream-9a16485900651090129f6a1ede264702a862c387.zip |
busybox: update to v1.12.4 (partially closes: #4279)
SVN-Revision: 16053
Diffstat (limited to 'package/busybox/config/libbb/Config.in')
-rw-r--r-- | package/busybox/config/libbb/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/busybox/config/libbb/Config.in b/package/busybox/config/libbb/Config.in index 879abf0f63..e456dd8e75 100644 --- a/package/busybox/config/libbb/Config.in +++ b/package/busybox/config/libbb/Config.in @@ -62,7 +62,7 @@ config BUSYBOX_CONFIG_FEATURE_EDITING_VI default n depends on BUSYBOX_CONFIG_FEATURE_EDITING help - Enable vi-style line editing. In shells, this mode can be + Enable vi-style line editing. In shells, this mode can be turned on and off with "set -o vi" and "set +o vi". config BUSYBOX_CONFIG_FEATURE_EDITING_HISTORY |