]> granicus.if.org Git - python/commitdiff
Whitespace normalization.
authorTim Peters <tim.peters@gmail.com>
Fri, 26 May 2006 12:31:20 +0000 (12:31 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 26 May 2006 12:31:20 +0000 (12:31 +0000)
Mac/OSX/BuildScript/build-installer.py

index 2308059a0320e584fc79c84e4eaa60edffbcb862..b24f5dcee098bdd3771ec6f5b3c0731b60ee5f73 100755 (executable)
@@ -593,7 +593,7 @@ def buildPython():
     print "Running configure..."
     runCommand("%s -C --enable-framework --enable-universalsdk=%s LDFLAGS='-g -L%s/libraries/usr/local/lib' OPT='-g -O3 -I%s/libraries/usr/local/include' 2>&1"%(
         shellQuote(os.path.join(SRCDIR, 'configure')),
-        shellQuote(SDKPATH), shellQuote(WORKDIR)[1:-1], 
+        shellQuote(SDKPATH), shellQuote(WORKDIR)[1:-1],
         shellQuote(WORKDIR)[1:-1]))
 
     print "Running make"