summaryrefslogtreecommitdiff
path: root/doc/generated/examples/troubleshoot_Dump_ENV_2.xml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/generated/examples/troubleshoot_Dump_ENV_2.xml')
-rw-r--r--doc/generated/examples/troubleshoot_Dump_ENV_2.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/generated/examples/troubleshoot_Dump_ENV_2.xml b/doc/generated/examples/troubleshoot_Dump_ENV_2.xml
index c9f9258..b91c31c 100644
--- a/doc/generated/examples/troubleshoot_Dump_ENV_2.xml
+++ b/doc/generated/examples/troubleshoot_Dump_ENV_2.xml
@@ -1,11 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<screen xmlns="http://www.scons.org/dbxsd/v1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.scons.org/dbxsd/v1.0 http://www.scons.org/dbxsd/v1.0/scons.xsd">C:\&gt;<userinput>scons</userinput>
scons: Reading SConscript files ...
- File "/home/my/project/SConstruct", line 2
-
- print env.Dump('ENV')
-
- ^
-
-SyntaxError: invalid syntax
+{ 'PATH': 'C:\\WINDOWS\\System32:/usr/bin',
+ 'PATHEXT': '.COM;.EXE;.BAT;.CMD',
+ 'SystemRoot': 'C:\\WINDOWS'}
+scons: done reading SConscript files.
+scons: Building targets ...
+scons: `.' is up to date.
+scons: done building targets.
</screen>