summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-07-06 07:05:21 +0000
committerMartin v. Löwis <martin@v.loewis.de>2006-07-06 07:05:21 +0000
commit0d1f5338e8a71ac9acf20ff202c6f2d1abe48cb0 (patch)
tree878727f1e5699742addd64cb879e4805bd66fe78 /Tools
parent6db928a51c9db3157e1f39b9a735b8f232c16374 (diff)
downloadcpython-0d1f5338e8a71ac9acf20ff202c6f2d1abe48cb0.tar.gz
Properly quote compileall and Lib paths in case TARGETDIR has a space.
Diffstat (limited to 'Tools')
-rw-r--r--Tools/msi/msi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/msi/msi.py b/Tools/msi/msi.py
index c65c6bc2bb..aebab9836a 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -367,7 +367,7 @@ def add_ui(db):
("VerdanaRed9", "Verdana", 9, 255, 0),
])
- compileargs = r"-Wi [TARGETDIR]Lib\compileall.py -f -x bad_coding|badsyntax|site-packages [TARGETDIR]Lib"
+ compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x bad_coding|badsyntax|site-packages "[TARGETDIR]Lib"'
# See "CustomAction Table"
add_data(db, "CustomAction", [
# msidbCustomActionTypeFirstSequence + msidbCustomActionTypeTextData + msidbCustomActionTypeProperty