diff options
author | Robert Managan <managan1@llnl.gov> | 2011-09-06 22:18:10 (GMT) |
---|---|---|
committer | Robert Managan <managan1@llnl.gov> | 2011-09-06 22:18:10 (GMT) |
commit | f77a946d58be75dd9f76d6f7ea4597ec48d88edb (patch) | |
tree | 1dbb2eb05318f0c727ed5904880d4b3a54b1a431 /test/TEX/subdir-input.py | |
parent | 30d28b60f062a64a6b51266e14ba065bc9ef2f97 (diff) | |
download | SCons-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/subdir-input.py')
-rw-r--r-- | test/TEX/subdir-input.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TEX/subdir-input.py b/test/TEX/subdir-input.py index 98fb942..8c7febe 100644 --- a/test/TEX/subdir-input.py +++ b/test/TEX/subdir-input.py @@ -50,7 +50,7 @@ test.subdir('sub') test.write('SConstruct', """\ import os -env = Environment(TOOLS = ['tex', 'pdftex'], ENV = {'PATH' : os.environ['PATH']}) +env = Environment(TOOLS = ['tex', 'pdftex']) env.PDF( 'sub/x.tex' ) env.DVI( 'sub/x.tex' ) """) |