[pypy-commit] pypy default: whoops

mattip noreply at buildbot.pypy.org
Wed Apr 2 17:42:55 CEST 2014


Author: Matti Picus <matti.picus at gmail.com>
Branch: 
Changeset: r70395:5f9dabe859e6
Date: 2014-04-02 18:41 +0300
http://bitbucket.org/pypy/pypy/changeset/5f9dabe859e6/

Log:	whoops

diff --git a/rpython/translator/platform/windows.py b/rpython/translator/platform/windows.py
--- a/rpython/translator/platform/windows.py
+++ b/rpython/translator/platform/windows.py
@@ -415,7 +415,7 @@
             returncode, stdout, stderr = _run_subprocess(
                 'nmake',
                 ['/nologo', '/f', str(path.join('Makefile'))] + extra_opts,
-                evn = self.c_environ)
+                env = self.c_environ)
         finally:
             oldcwd.chdir()
 


More information about the pypy-commit mailing list