diff options
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 253752b..99e395d 100644 --- a/shell/Config.in +++ b/shell/Config.in @@ -197,6 +197,11 @@ config HUSH_JOB 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" |