Author: mattip
Branch: 
Changeset: r60366:4a2e49d52691
Date: 2013-01-23 12:36 +0200
http://bitbucket.org/pypy/pypy/changeset/4a2e49d52691/

Log:    whoops

diff --git a/pypy/tool/release/package.py b/pypy/tool/release/package.py
--- a/pypy/tool/release/package.py
+++ b/pypy/tool/release/package.py
@@ -45,7 +45,7 @@
 
 def package(basedir, name='pypy-nightly', rename_pypy_c='pypy',
             copy_to_dir = None, override_pypy_c = None):
-    basedir = py.path.local('goal', basenamebasedir)
+    basedir = py.path.local('goal', basedir)
     if override_pypy_c is None:
         basename = 'pypy-c'
         if sys.platform == 'win32':
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to