diff options
Diffstat (limited to 'src/plugins/exec/exec-config.c')
-rw-r--r-- | src/plugins/exec/exec-config.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/plugins/exec/exec-config.c b/src/plugins/exec/exec-config.c index fe993dfbe..c8fb0ea97 100644 --- a/src/plugins/exec/exec-config.c +++ b/src/plugins/exec/exec-config.c @@ -141,8 +141,9 @@ exec_config_init () "shell", "string", N_("shell to use with command \"/exec -sh\"; it can be just the name " "of shell if it is in PATH (for example \"bash\") or the absolute " - "path to the shell (for example \"/bin/bash\")"), - NULL, 0, 0, "sh", NULL, 0, + "path to the shell (for example \"/bin/bash\"); if value is empty, " + "\"sh\" is used (note: content is evaluated, see /help eval)"), + NULL, 0, 0, "${env:SHELL}", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); |