summaryrefslogtreecommitdiffstats
path: root/doc/user/environments.xml
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-04-05 05:06:48 (GMT)
committerSteven Knight <knight@baldmt.com>2010-04-05 05:06:48 (GMT)
commitcecfaa2e2679b340ba45af9ad25ac1d4e87f91af (patch)
tree0cb41e4f6a2f9785c13c87ce3b6b5b777380cf5c /doc/user/environments.xml
parent439e0c83172b5bb50afdba780a1adf97320b527e (diff)
downloadSCons-cecfaa2e2679b340ba45af9ad25ac1d4e87f91af.zip
SCons-cecfaa2e2679b340ba45af9ad25ac1d4e87f91af.tar.gz
SCons-cecfaa2e2679b340ba45af9ad25ac1d4e87f91af.tar.bz2
Fix XML in documentation, and in the bin/scons-doc.py script that generates
the User's Guide XML from the .in files' SGML.
Diffstat (limited to 'doc/user/environments.xml')
-rw-r--r--doc/user/environments.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/user/environments.xml b/doc/user/environments.xml
index 563d635..8f62b3b 100644
--- a/doc/user/environments.xml
+++ b/doc/user/environments.xml
@@ -1540,7 +1540,7 @@ environment, of directory names, suffixes, etc.
#!/usr/bin/env python
import os
import sys
- if len(sys.argv) > 1:
+ if len(sys.argv) &gt; 1:
keys = sys.argv[1:]
else:
keys = sorted(os.environ.keys())