diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-06-12 18:29:07 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-06-12 18:29:07 +0200 |
commit | 04fd587fffb6a238fd3add3568682393d17c6017 (patch) | |
tree | 4b0f59a4e10dedf3014652631b9835bbc8217367 /doc/de/autogen | |
parent | eb216de9b8cb8bbd499d8100ff414efe0fde7aac (diff) | |
download | weechat-04fd587fffb6a238fd3add3568682393d17c6017.zip |
exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (closes #1356)
Diffstat (limited to 'doc/de/autogen')
-rw-r--r-- | doc/de/autogen/user/exec_options.adoc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/de/autogen/user/exec_options.adoc b/doc/de/autogen/user/exec_options.adoc index efd94923e..b41fe8888 100644 --- a/doc/de/autogen/user/exec_options.adoc +++ b/doc/de/autogen/user/exec_options.adoc @@ -27,7 +27,7 @@ ** Standardwert: `+0+` * [[option_exec.command.shell]] *exec.command.shell* -** Beschreibung: pass:none[shell welche für den Befehl "/exec -sh" genutzt werden soll; hierbei kann es sich um den Namen der shell handeln der über PATH gefunden wird (zum Beispiel "bash") oder man nutzt eine absolute Pfadangabe zur Binärdatei (zum Beispiel "/bin/bash")] +** Beschreibung: 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: Zeichenkette ** Werte: beliebige Zeichenkette -** Standardwert: `+"sh"+` +** Standardwert: `+"${env:SHELL}"+` |