From 14b5dd9943d7873d5184c64236b37407bff9baaa Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sun, 20 May 2007 21:51:38 +0000 Subject: hush: make process substitution configurable; add a testcase --- shell/Config.in | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'shell/Config.in') 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 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" -- cgit v1.2.3