DescriptionMake compile_frontend.py work with default JVM 1.8 installation on Mac OS X
Java 1.8 installs into a directory containing a space in its name on Mac OS,
which breaks compile_frontend.py's lame handling of file names.
This removes shell=True flag to subprocess.Popen() and ensures commands
are represented as arrays of strings, not as space-separated strings.
BUG=
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196576
Patch Set 1 #Patch Set 2 : rebased #Patch Set 3 : rebased again #Patch Set 4 : fixed execution on windows #
Total comments: 1
Patch Set 5 : #Patch Set 6 : 'server ' -> 'server' #Messages
Total messages: 13 (8 generated)
|