hush: make job control and interactiveness configurable, part 1

This commit is contained in:
Denis Vlasenko
2007-04-28 16:48:04 +00:00
parent 0937be5fa6
commit b81b3df1fa
2 changed files with 111 additions and 14 deletions

View File

@@ -176,6 +176,15 @@ config HUSH
word ), arithmetic expansion, aliases, brace expansion, tilde
expansion, &> and >& redirection of stdout+stderr, etc.
config HUSH_INTERACTIVE
bool "Interactive mode"
default y
depends on HUSH
help
Enable interactive mode (Ctrl-Z, Ctrl-C, command editing)
in the hush shell. Without this, hush reads and executes
stdin just like a shell script from the file.
config LASH
bool "lash"