commit | 14b5dd9943d7873d5184c64236b37407bff9baaa | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Sun May 20 21:51:38 2007 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Sun May 20 21:51:38 2007 +0000 |
tree | 4821f5580e27585bce7fda1020018f298489efa1 | |
parent | fe52a74ecf895de3baaaccb863ad50467b336ea9 [diff] [blame] |
hush: make process substitution configurable; add a testcase
diff --git a/shell/Config.in b/shell/Config.in index 253752b..99e395d 100644 --- a/shell/Config.in +++ b/shell/Config.in
@@ -197,6 +197,11 @@ prompting for next command (or executing next command in a script), but no separate process group is formed. +config HUSH_TICK + bool "Process substitution" + default n + help + Enable process substitution `command` and $(command) in hush. config LASH bool "lash"