summaryrefslogtreecommitdiffstats
path: root/test/TEX/multiple_include.py
diff options
context:
space:
mode:
authorRobert Managan <managan1@llnl.gov>2011-09-06 22:18:10 (GMT)
committerRobert Managan <managan1@llnl.gov>2011-09-06 22:18:10 (GMT)
commitf77a946d58be75dd9f76d6f7ea4597ec48d88edb (patch)
tree1dbb2eb05318f0c727ed5904880d4b3a54b1a431 /test/TEX/multiple_include.py
parent30d28b60f062a64a6b51266e14ba065bc9ef2f97 (diff)
downloadSCons-f77a946d58be75dd9f76d6f7ea4597ec48d88edb.zip
SCons-f77a946d58be75dd9f76d6f7ea4597ec48d88edb.tar.gz
SCons-f77a946d58be75dd9f76d6f7ea4597ec48d88edb.tar.bz2
Update path information for OSX.
If one of the tools that use TeX applications is generated add the paths in /etc/paths and /etc/paths.d version 10.5 (Leopard)
Diffstat (limited to 'test/TEX/multiple_include.py')
-rw-r--r--test/TEX/multiple_include.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEX/multiple_include.py b/test/TEX/multiple_include.py
index 76225ca..0480d45 100644
--- a/test/TEX/multiple_include.py
+++ b/test/TEX/multiple_include.py
@@ -49,7 +49,7 @@ test.subdir(['docs'])
test.write(['SConstruct'], """\
import os
-env = Environment(ENV = { 'PATH' : os.environ['PATH'] })
+env = Environment()
env.PDF('Fig1.ps')
test = env.PDF(source='test.tex')