From: Robin Dunn Date: Fri, 24 May 2002 16:28:29 +0000 (+0000) Subject: Fixed a quoting problem X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ee5e82150fa1cac7cf7469ae6855cbfef2465355?ds=inline Fixed a quoting problem git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/wxPython/distrib/mac/_buildPython b/wxPython/distrib/mac/_buildPython index 7dd63cb521..2ff2231fc6 100755 --- a/wxPython/distrib/mac/_buildPython +++ b/wxPython/distrib/mac/_buildPython @@ -13,7 +13,7 @@ progDir="`dirname \"$0\"`" defDstPath="/projects/wx/wxPython/dist" pkgName="MachoPython" -version=2.2.1-2 +version=2.2.1-3 dmgRoot="dmg-root" pkgRoot="pkg-root" sitePkgDir="$pkgRoot/Library/Frameworks/Python.framework/Versions/$PYVER/lib/python$PYVER/site-packages" @@ -106,7 +106,7 @@ done cat > pythonw <