summaryrefslogtreecommitdiff
path: root/Tools
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2010-03-15 13:00:17 +0000
committerMartin v. Löwis <martin@v.loewis.de>2010-03-15 13:00:17 +0000
commit919411391caf0e62a8670f9f89ceab0eb7ea4783 (patch)
tree1d79ad4e335aafd8c3bf9cad7d5eb993701c9e94 /Tools
parent3b0e9f603fc5fb8c458a9091b8d3e364a856e355 (diff)
downloadcpython-919411391caf0e62a8670f9f89ceab0eb7ea4783.tar.gz
Issue #6716: Quote -x arguments of compileall in MSI installer.
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 84215a1263..63b2399a56 100644
--- a/Tools/msi/msi.py
+++ b/Tools/msi/msi.py
@@ -402,7 +402,7 @@ def add_ui(db):
("VerdanaRed9", "Verdana", 9, 255, 0),
])
- compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x bad_coding|badsyntax|site-packages|py3_ "[TARGETDIR]Lib"'
+ compileargs = r'-Wi "[TARGETDIR]Lib\compileall.py" -f -x "bad_coding|badsyntax|site-packages|py3_" "[TARGETDIR]Lib"'
lib2to3args = r'-c "import lib2to3.pygram, lib2to3.patcomp;lib2to3.patcomp.PatternCompiler()"'
# See "CustomAction Table"
add_data(db, "CustomAction", [