Skip to content

Commit

Permalink
gyp: Revert quote_cmd workaround
Browse files Browse the repository at this point in the history
PR-URL: #1153
Fixes: #1151
Reviewed-By: João Reis <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Refael Ackermann <[email protected]>
  • Loading branch information
kunalspathak authored and gibfahn committed Apr 23, 2017
1 parent c09cf76 commit 8a76714
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions gyp/pylib/gyp/generator/msvs.py
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,6 @@ def _BuildCommandLineForRuleRaw(spec, cmd, cygwin_shell, has_input_path,
command = ['type']
else:
command = [cmd[0].replace('/', '\\')]
if quote_cmd:
command = ['"%s"' % i for i in command]
# Add call before command to ensure that commands can be tied together one
# after the other without aborting in Incredibuild, since IB makes a bat
# file out of the raw command string, and some commands (like python) are
Expand Down

0 comments on commit 8a76714

Please sign in to comment.