From 4ddb268b39f3cf44843274242bb75ae06d465f17 Mon Sep 17 00:00:00 2001 From: Christophe Troestler Date: Mon, 29 Jan 2018 11:08:47 +0100 Subject: [PATCH] Update the documentation for quoted strings --- doc/jbuild.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/jbuild.rst b/doc/jbuild.rst index 2059b887..60bcbee4 100644 --- a/doc/jbuild.rst +++ b/doc/jbuild.rst @@ -765,14 +765,13 @@ you have to quote the variable as in: .. code:: scheme - (run foo "${^} ") + (run foo "${^}") -(for now the final space is necessary) which is equivalent to the following shell command: .. code:: shell - $ foo "a b " + $ foo "a b" (the items of the list are concatenated with space). Note that, since ``${^}`` is a list of items, the first one may be