aboutsummaryrefslogtreecommitdiff
path: root/deps/npm/bin
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/bin')
-rwxr-xr-xdeps/npm/bin/node-gyp-bin/node-gyp.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/bin/node-gyp-bin/node-gyp.cmd b/deps/npm/bin/node-gyp-bin/node-gyp.cmd
index a05fd8caed..83ea8f5924 100755
--- a/deps/npm/bin/node-gyp-bin/node-gyp.cmd
+++ b/deps/npm/bin/node-gyp-bin/node-gyp.cmd
@@ -1,5 +1,5 @@
if not defined npm_config_node_gyp (
node "%~dp0\..\..\node_modules\node-gyp\bin\node-gyp.js" %*
) else (
- %npm_config_node_gyp% %*
+ node %npm_config_node_gyp% %*
)