summaryrefslogtreecommitdiff
path: root/doc/pl
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/pl
parenteb216de9b8cb8bbd499d8100ff414efe0fde7aac (diff)
downloadweechat-04fd587fffb6a238fd3add3568682393d17c6017.zip
exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (closes #1356)
Diffstat (limited to 'doc/pl')
-rw-r--r--doc/pl/autogen/user/exec_options.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/pl/autogen/user/exec_options.adoc b/doc/pl/autogen/user/exec_options.adoc
index a4f51a46e..a102a7663 100644
--- a/doc/pl/autogen/user/exec_options.adoc
+++ b/doc/pl/autogen/user/exec_options.adoc
@@ -27,7 +27,7 @@
** domyślna wartość: `+0+`
* [[option_exec.command.shell]] *exec.command.shell*
-** opis: pass:none[powłoka używana przez komendę "/exec -sh"; może to być nazwa powłoki jeśli znajduje się ona w PATH (na przykład "bash") lub ścieżka absolutna (na przykład "/bin/bash")]
+** opis: 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)]
** typ: ciąg
** wartości: dowolny ciąg
-** domyślna wartość: `+"sh"+`
+** domyślna wartość: `+"${env:SHELL}"+`