Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKat Marchán <kzm@sykosomatic.org>2017-05-10 01:14:32 +0300
committerRebecca Turner <me@re-becca.org>2017-05-26 04:55:11 +0300
commit950ed58cca69a525f2cb4ce5db9a49967a526b7e (patch)
treeb2f647f32ec8290fe825358b25bd033a0f0e080a /node_modules/node-gyp/gyp
parent006914514b3625165d8e1857965dcbf3b8031e3f (diff)
node-gyp@3.6.1
Diffstat (limited to 'node_modules/node-gyp/gyp')
-rw-r--r--node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py b/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py
index 2b3ae19b0..6bfad0f3b 100644
--- a/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py
+++ b/node_modules/node-gyp/gyp/pylib/gyp/generator/msvs.py
@@ -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