[pypy-svn] r32780 - pypy/dist/pypy/translator/goal

xoraxax at codespeak.net xoraxax at codespeak.net
Sun Oct 1 12:05:24 CEST 2006


Author: xoraxax
Date: Sun Oct  1 12:05:24 2006
New Revision: 32780

Modified:
   pypy/dist/pypy/translator/goal/bench-cronjob.py
Log:
Minor typo.


Modified: pypy/dist/pypy/translator/goal/bench-cronjob.py
==============================================================================
--- pypy/dist/pypy/translator/goal/bench-cronjob.py	(original)
+++ pypy/dist/pypy/translator/goal/bench-cronjob.py	Sun Oct  1 12:05:24 2006
@@ -122,7 +122,7 @@
         realname += "-" + features
 
     if backend == 'llvm':   #create llvm exectutable from the current source
-        compile_llvm_variants(revname)
+        compile_llvm_variants(revision)
     elif os.path.exists(basename):                   #copy executable
         pypy = open(basename, 'rb').read()
         if len(pypy) > 0:



More information about the Pypy-commit mailing list