From 435556001e4ba13e7b86e9387e7901fa655af9da Mon Sep 17 00:00:00 2001 From: Osamu Aoki <osamu@debian.org> Date: Tue, 19 Nov 2019 00:02:21 +0900 Subject: [PATCH] "eval" example to use $cmd as an array Signed-off-by: Osamu Aoki <osamu@debian.org> --- sphinx_doc_src/cmds/eval.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_doc_src/cmds/eval.rst b/sphinx_doc_src/cmds/eval.rst index e6fdae17f..3e9c0f895 100644 --- a/sphinx_doc_src/cmds/eval.rst +++ b/sphinx_doc_src/cmds/eval.rst @@ -17,7 +17,7 @@ Description If your command does not need access to stdin, consider using ``source`` instead. -If no piping or other compound shell constructs are required, variable-expansion-as-command, as in ``set cmd ls; $cmd``, is also an option. +If no piping or other compound shell constructs are required, variable-expansion-as-command, as in ``set cmd ls -la; $cmd``, is also an option. Example