aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2009-03-28 12:12:58 +0000
committerMike Frysinger <vapier@gentoo.org>2009-03-28 12:12:58 +0000
commit70a2c8d5316a74d0d716495170a075df486b2cd9 (patch)
tree4b5dfdd8edb9ee3cc906a1b48735a6cf17a625ce
parentf54dd0917169de33faf799a6f0aaae9a1b7d3ce7 (diff)
downloadbusybox-w32-70a2c8d5316a74d0d716495170a075df486b2cd9.tar.gz
busybox-w32-70a2c8d5316a74d0d716495170a075df486b2cd9.tar.bz2
busybox-w32-70a2c8d5316a74d0d716495170a075df486b2cd9.zip
make lash deprecation more prominent
-rw-r--r--shell/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/Config.in b/shell/Config.in
index e064450b5..bc911c1e2 100644
--- a/shell/Config.in
+++ b/shell/Config.in
@@ -244,7 +244,7 @@ config HUSH_CASE
244 Enable case ... esac statement in hush. +400 bytes. 244 Enable case ... esac statement in hush. +400 bytes.
245 245
246config LASH 246config LASH
247 bool "lash" 247 bool "lash (deprecated: aliased to hush)"
248 default n 248 default n
249 select HUSH 249 select HUSH
250 help 250 help