summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2020-03-09 19:35:24 (GMT)
committerMats Wichmann <mats@linux.com>2020-03-09 19:35:24 (GMT)
commit4ac5b50ac1aa748b67a2e96240f5308de4d68cee (patch)
tree720a16b1c254d2b1d867443b49389219b9c0356b
parent1305f893642384a3d58926ca79a3a14f1c7652f7 (diff)
downloadSCons-4ac5b50ac1aa748b67a2e96240f5308de4d68cee.zip
SCons-4ac5b50ac1aa748b67a2e96240f5308de4d68cee.tar.gz
SCons-4ac5b50ac1aa748b67a2e96240f5308de4d68cee.tar.bz2
Fix syntax problem in Action doc [ci skip]
Recent change introduced an xml problem which prevents the docs from validating or building - transforming so it builds now. Signed-off-by: Mats Wichmann <mats@linux.com>
-rw-r--r--src/engine/SCons/Action.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/engine/SCons/Action.xml b/src/engine/SCons/Action.xml
index d85af3b..350082d 100644
--- a/src/engine/SCons/Action.xml
+++ b/src/engine/SCons/Action.xml
@@ -65,9 +65,9 @@ is set to <literal>2</literal> or higher,
then that number of entries in the command
string will be scanned for relative or absolute
paths. The count will reset after any
-<literal>&&</literal> entries are found.
+<literal>&amp;&amp;</literal> entries are found.
The first command in the action string and
-the first after any <literal>&&</literal>
+the first after any <literal>&amp;&amp;</literal>
entries will be found by searching the
<varname>PATH</varname> variable in the
<varname>ENV</varname> environment used to
@@ -88,7 +88,7 @@ with that construction environment.
not be added to the targets built with that
construction environment. The first command
in the action string and the first after any
-<literal>&&</literal> entries will be found
+<literal>&amp;&amp;</literal> entries will be found
by searching the <varname>PATH</varname>
variable in the <varname>ENV</varname>
environment used to execute the command.