summaryrefslogtreecommitdiff
path: root/doc/en/autogen/user/exec_options.adoc
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2019-06-12 18:29:07 +0200
committerSébastien Helleu <flashcode@flashtux.org>2019-06-12 18:29:07 +0200
commit04fd587fffb6a238fd3add3568682393d17c6017 (patch)
tree4b0f59a4e10dedf3014652631b9835bbc8217367 /doc/en/autogen/user/exec_options.adoc
parenteb216de9b8cb8bbd499d8100ff414efe0fde7aac (diff)
downloadweechat-04fd587fffb6a238fd3add3568682393d17c6017.zip
exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (closes #1356)
Diffstat (limited to 'doc/en/autogen/user/exec_options.adoc')
-rw-r--r--doc/en/autogen/user/exec_options.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/en/autogen/user/exec_options.adoc b/doc/en/autogen/user/exec_options.adoc
index 4ca387283..ad43c5423 100644
--- a/doc/en/autogen/user/exec_options.adoc
+++ b/doc/en/autogen/user/exec_options.adoc
@@ -27,7 +27,7 @@
** default value: `+0+`
* [[option_exec.command.shell]] *exec.command.shell*
-** description: pass:none[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")]
+** description: pass:none[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"); if value is empty, "sh" is used (note: content is evaluated, see /help eval)]
** type: string
** values: any string
-** default value: `+"sh"+`
+** default value: `+"${env:SHELL}"+`