diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-20 21:51:38 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2007-05-20 21:51:38 +0000 |
commit | 14b5dd9943d7873d5184c64236b37407bff9baaa (patch) | |
tree | 4821f5580e27585bce7fda1020018f298489efa1 /shell/Config.in | |
parent | fe52a74ecf895de3baaaccb863ad50467b336ea9 (diff) | |
download | busybox-w32-14b5dd9943d7873d5184c64236b37407bff9baaa.tar.gz busybox-w32-14b5dd9943d7873d5184c64236b37407bff9baaa.tar.bz2 busybox-w32-14b5dd9943d7873d5184c64236b37407bff9baaa.zip |
hush: make process substitution configurable; add a testcase
Diffstat (limited to 'shell/Config.in')
-rw-r--r-- | shell/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/Config.in b/shell/Config.in index 253752bc3..99e395dfb 100644 --- a/shell/Config.in +++ b/shell/Config.in | |||
@@ -197,6 +197,11 @@ config HUSH_JOB | |||
197 | prompting for next command (or executing next command in a script), | 197 | prompting for next command (or executing next command in a script), |
198 | but no separate process group is formed. | 198 | but no separate process group is formed. |
199 | 199 | ||
200 | config HUSH_TICK | ||
201 | bool "Process substitution" | ||
202 | default n | ||
203 | help | ||
204 | Enable process substitution `command` and $(command) in hush. | ||
200 | 205 | ||
201 | config LASH | 206 | config LASH |
202 | bool "lash" | 207 | bool "lash" |