summaryrefslogtreecommitdiff
path: root/doc/ja
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/ja
parenteb216de9b8cb8bbd499d8100ff414efe0fde7aac (diff)
downloadweechat-04fd587fffb6a238fd3add3568682393d17c6017.zip
exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (closes #1356)
Diffstat (limited to 'doc/ja')
-rw-r--r--doc/ja/autogen/user/exec_options.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ja/autogen/user/exec_options.adoc b/doc/ja/autogen/user/exec_options.adoc
index 8d923c5ba..562b04476 100644
--- a/doc/ja/autogen/user/exec_options.adoc
+++ b/doc/ja/autogen/user/exec_options.adoc
@@ -27,7 +27,7 @@
** デフォルト値: `+0+`
* [[option_exec.command.shell]] *exec.command.shell*
-** 説明: pass:none[コマンド "/exec -sh" で使うシェル; シェルの名前 (PATH に含まれるシェル、例えば "bash" など) もしくはシェルへの絶対パス (例えば "/bin/bash")]
+** 説明: 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)]
** タイプ: 文字列
** 値: 未制約文字列
-** デフォルト値: `+"sh"+`
+** デフォルト値: `+"${env:SHELL}"+`