X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cfe766c352acceed1ac71921fee8cf3c2071ac03..8b6e6947fc8fb946391740d66b140413eccb6b6c:/wxPython/b diff --git a/wxPython/b b/wxPython/b index 530ce7aaed..cd240e9772 100755 --- a/wxPython/b +++ b/wxPython/b @@ -18,7 +18,7 @@ shift python$PYVER -c "import sys;print '\n', sys.version, '\n'" -WXPYVER=`python -c "import setup;print setup.VERSION"` +WXPYVER=`python$PYVER -c "import setup;print setup.VERSION"` SETUP="python$PYVER -u setup.py" FLAGS="USE_SWIG=1 IN_CVS_TREE=1" OTHERFLAGS=""