aboutsummaryrefslogtreecommitdiff
path: root/shell/hush.c
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2010-07-16 19:26:38 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2010-07-16 19:26:38 +0200
commit6adf2aad38cf2f5a056f9014955807607bcb41b2 (patch)
treeca510c8d459aaf0fa56092446b01726be5e57553 /shell/hush.c
parent51ca7761a3579f3c3f7e771b39019e6e248a5171 (diff)
downloadbusybox-6adf2aad38cf2f5a056f9014955807607bcb41b2.tar.gz
hush: move msh/lash config into hush.c, no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush.c')
-rw-r--r--shell/hush.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/shell/hush.c b/shell/hush.c
index 56a3f4b14..9208ec497 100644
--- a/shell/hush.c
+++ b/shell/hush.c
@@ -224,6 +224,20 @@
//config: This instructs hush to print commands before execution.
//config: Adds ~300 bytes.
//config:
+//config:config LASH
+//config: bool "lash (deprecated: aliased to hush)"
+//config: default n
+//config: select HUSH
+//config: help
+//config: lash is deprecated and will be removed, please migrate to hush.
+//config:
+//config:config MSH
+//config: bool "msh (deprecated: aliased to hush)"
+//config: default n
+//config: select HUSH
+//config: help
+//config: msh is deprecated and will be removed, please migrate to hush.
+//config:
//usage:#define hush_trivial_usage NOUSAGE_STR
//usage:#define hush_full_usage ""