summaryrefslogtreecommitdiffstats
path: root/doc/user/file-removal.xml
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2021-02-16 14:26:52 (GMT)
committerMats Wichmann <mats@linux.com>2021-02-16 14:26:52 (GMT)
commit28c765b5617b9aa5598b5751e8c2240b5237811b (patch)
treeee992a5f90186ac3dcf0c86ca80e043e5984adf5 /doc/user/file-removal.xml
parent02a5fcc0cc4ffc3e6c554e8c4509c45e7c936a61 (diff)
downloadSCons-28c765b5617b9aa5598b5751e8c2240b5237811b.zip
SCons-28c765b5617b9aa5598b5751e8c2240b5237811b.tar.gz
SCons-28c765b5617b9aa5598b5751e8c2240b5237811b.tar.bz2
[PR #3877] fix some broken examples from initial commit [ci skip]
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'doc/user/file-removal.xml')
-rw-r--r--doc/user/file-removal.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/user/file-removal.xml b/doc/user/file-removal.xml
index 6039175..3eb6a84 100644
--- a/doc/user/file-removal.xml
+++ b/doc/user/file-removal.xml
@@ -203,6 +203,7 @@ t = Command('foo.out', 'foo.in', 'build -o $TARGET $SOURCE')
Clean(t, 'foo.log')
</file>
<file name="SConstruct">
+import os
env = DefaultEnvironment()
env.AppendENVPath('PATH', os.getcwd())
SConscript('S')