Skip to content

Commit 8a76714

Browse files
kunalspathakgibfahn
authored andcommitted
gyp: Revert quote_cmd workaround
PR-URL: #1153 Fixes: #1151 Reviewed-By: João Reis <reis@janeasystems.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Refael Ackermann <refack@gmail.com>
1 parent c09cf76 commit 8a76714

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

gyp/pylib/gyp/generator/msvs.py

-2
Original file line numberDiff line numberDiff line change
@@ -354,8 +354,6 @@ def _BuildCommandLineForRuleRaw(spec, cmd, cygwin_shell, has_input_path,
354354
command = ['type']
355355
else:
356356
command = [cmd[0].replace('/', '\\')]
357-
if quote_cmd:
358-
command = ['"%s"' % i for i in command]
359357
# Add call before command to ensure that commands can be tied together one
360358
# after the other without aborting in Incredibuild, since IB makes a bat
361359
# file out of the raw command string, and some commands (like python) are

0 commit comments

Comments
 (0)