summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/tex.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2008-09-23 05:40:46 (GMT)
committerSteven Knight <knight@baldmt.com>2008-09-23 05:40:46 (GMT)
commit76d51c04fbfe3df91d28c0f58eac0cd26197c476 (patch)
tree90d5ef4e1d274db2a0d30151b2287890fd192157 /src/engine/SCons/Tool/tex.py
parent8289a8bbf400a3b7e849915519da00961c8b67ad (diff)
downloadSCons-76d51c04fbfe3df91d28c0f58eac0cd26197c476.zip
SCons-76d51c04fbfe3df91d28c0f58eac0cd26197c476.tar.gz
SCons-76d51c04fbfe3df91d28c0f58eac0cd26197c476.tar.bz2
1.5 / 2.[01] compatibility: nested scopes in Tool/tex.py.
Diffstat (limited to 'src/engine/SCons/Tool/tex.py')
-rw-r--r--src/engine/SCons/Tool/tex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/SCons/Tool/tex.py b/src/engine/SCons/Tool/tex.py
index 7867b39..4a82d9f 100644
--- a/src/engine/SCons/Tool/tex.py
+++ b/src/engine/SCons/Tool/tex.py
@@ -205,7 +205,7 @@ def InternalLaTeXAuxAction(XXXLaTeXAction, target = None, source= None, env=None
#
# routine to update MD5 hash and compare
#
- def check_MD5(filenode, suffix):
+ def check_MD5(filenode, suffix, saved_hashes=saved_hashes):
global must_rerun_latex
# two calls to clear old csig
filenode.clear_memoized_values()