diff options
author | Luca Falavigna <dktrkranz@debian.org> | 2010-03-25 20:51:52 +0100 |
---|---|---|
committer | Luca Falavigna <dktrkranz@debian.org> | 2010-03-25 20:51:52 +0100 |
commit | e7885e3af440eaef38a9301fd92a105afc8ddebb (patch) | |
tree | 184d5a614080dace236bafd02e671a3bab6e73b6 /doc/user/troubleshoot.xml | |
parent | 68e4fe5ac49effe8959bc8532584edf04553c931 (diff) |
Imported Upstream version 1.3.0upstream/1.3.0
Diffstat (limited to 'doc/user/troubleshoot.xml')
-rw-r--r-- | doc/user/troubleshoot.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/troubleshoot.xml b/doc/user/troubleshoot.xml index 96d0846..428aa69 100644 --- a/doc/user/troubleshoot.xml +++ b/doc/user/troubleshoot.xml @@ -286,7 +286,7 @@ 'DSUFFIXES': ['.d'], 'Dir': <SCons.Defaults.Variable_Method_Caller instance at 0x700000>, 'Dirs': <SCons.Defaults.Variable_Method_Caller instance at 0x700000>, - 'ENV': { 'PATH': '/usr/local/bin:/opt/bin:/bin:/usr/bin'}, + 'ENV': {'PATH': '/usr/local/bin:/opt/bin:/bin:/usr/bin'}, 'ESCAPE': <function escape at 0x700000>, 'File': <SCons.Defaults.Variable_Method_Caller instance at 0x700000>, 'HOST_ARCH': None, @@ -489,7 +489,7 @@ <screen> % <userinput>scons</userinput> scons: Reading SConscript files ... - { 'PATH': '/usr/local/bin:/opt/bin:/bin:/usr/bin'} + {'PATH': '/usr/local/bin:/opt/bin:/bin:/usr/bin'} scons: done reading SConscript files. scons: Building targets ... scons: `.' is up to date. |