diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-03 12:47:26 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-06-03 12:47:26 +0200 |
commit | 295fef80bcc994bd668f369ad863ad8d12c962b7 (patch) | |
tree | ab711839e511e2bfa87263d5f06d90da03789c66 /shell/Config.in | |
parent | 98f74034cd23e708686bda38975fa0691e5be971 (diff) | |
download | busybox-w32-295fef80bcc994bd668f369ad863ad8d12c962b7.tar.gz busybox-w32-295fef80bcc994bd668f369ad863ad8d12c962b7.tar.bz2 busybox-w32-295fef80bcc994bd668f369ad863ad8d12c962b7.zip |
hush: add support for local builtin
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in index 57969f02c..ee56d89f3 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 | ||
235 | config HUSH_LOCAL | ||
236 | bool "Support local builtin" | ||
237 | default n | ||
238 | depends on HUSH_FUNCTIONS | ||
239 | help | ||
240 | Enable support for local variables in functions. | ||
241 | |||
235 | config HUSH_EXPORT_N | 242 | config HUSH_EXPORT_N |
236 | bool "Support export '-n' option" | 243 | bool "Support export '-n' option" |
237 | default n | 244 | default n |