mc: add ash subshell support

* backport a slightly modified subshell patch to stable 4.8.15
  (see ticket: https://www.midnight-commander.org/ticket/2742)
* enable subshell support by default

Signed-off-by: Dirk Brenken <dirk@brenken.org>
This commit is contained in:
Dirk Brenken
2015-11-25 20:15:36 +01:00
parent 46d99ac2f4
commit 1d797c29b0
3 changed files with 582 additions and 3 deletions
+2 -2
View File
@@ -17,10 +17,10 @@ config MC_EDITOR
config MC_SUBSHELL
bool "Enable concurrent subshell"
default n
default y
help
This option enables concurrent subshell support.
Disabled by default.
Enabled by default.
config MC_LARGEFILE
bool "Enable largefile support"