From 04fd587fffb6a238fd3add3568682393d17c6017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Wed, 12 Jun 2019 18:29:07 +0200 Subject: exec: evaluate option exec.command.shell, change default value to "${env:SHELL}" (closes #1356) --- doc/it/autogen/user/exec_options.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/it/autogen/user') diff --git a/doc/it/autogen/user/exec_options.adoc b/doc/it/autogen/user/exec_options.adoc index e65192aae..edfeec66b 100644 --- a/doc/it/autogen/user/exec_options.adoc +++ b/doc/it/autogen/user/exec_options.adoc @@ -27,7 +27,7 @@ ** valore predefinito: `+0+` * [[option_exec.command.shell]] *exec.command.shell* -** descrizione: 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")] +** descrizione: 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)] ** tipo: stringa ** valori: qualsiasi stringa -** valore predefinito: `+"sh"+` +** valore predefinito: `+"${env:SHELL}"+` -- cgit v1.2.3