From e6f6d829403156797fabc4690d497fdf7cd6f7d1 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Wed, 27 May 2009 18:07:29 +0200 Subject: hush: more fixes from trunk; bump version to 1.14.1 Signed-off-by: Denys Vlasenko --- shell/Config.in | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'shell/Config.in') diff --git a/shell/Config.in b/shell/Config.in index 6cc11ce80..57969f02c 100644 --- a/shell/Config.in +++ b/shell/Config.in @@ -232,6 +232,13 @@ config HUSH_FUNCTIONS help Enable support for shell functions in hush. +800 bytes. +config HUSH_EXPORT_N + bool "Support export '-n' option" + default n + depends on HUSH + help + Enable support for export '-n' option in hush. It is a bash extension. + config LASH bool "lash (deprecated: aliased to hush)" default n -- cgit v1.2.3-55-g6feb