aboutsummaryrefslogtreecommitdiff
path: root/shell/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'shell/Config.in')
-rw-r--r--shell/Config.in7
1 files changed, 7 insertions, 0 deletions
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
232 help 232 help
233 Enable support for shell functions in hush. +800 bytes. 233 Enable support for shell functions in hush. +800 bytes.
234 234
235config HUSH_EXPORT_N
236 bool "Support export '-n' option"
237 default n
238 depends on HUSH
239 help
240 Enable support for export '-n' option in hush. It is a bash extension.
241
235config LASH 242config LASH
236 bool "lash (deprecated: aliased to hush)" 243 bool "lash (deprecated: aliased to hush)"
237 default n 244 default n