]> git.saurik.com Git - wxWidgets.git/commitdiff
Fixed a potential python version problem
authorRobin Dunn <robin@alldunn.com>
Wed, 3 Oct 2001 06:13:26 +0000 (06:13 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 3 Oct 2001 06:13:26 +0000 (06:13 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/b

index 530ce7aaede6fca7f917a946e5f74463c106166c..cd240e9772fb687b17a6d412e0d83edcba959ebf 100755 (executable)
@@ -18,7 +18,7 @@ shift
 
 python$PYVER -c "import sys;print '\n', sys.version, '\n'"
 
 
 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=""
 SETUP="python$PYVER -u setup.py"
 FLAGS="USE_SWIG=1 IN_CVS_TREE=1"
 OTHERFLAGS=""