summaryrefslogtreecommitdiff
path: root/deps/node/deps/npm/node_modules/npm-lifecycle/node-gyp-bin/node-gyp
blob: 70efb6f339f768a0f93b36a1cd032d885e558017 (plain)
1
2
3
4
5
6
#!/usr/bin/env sh
if [ "x$npm_config_node_gyp" = "x" ]; then
  node "`dirname "$0"`/../../node_modules/node-gyp/bin/node-gyp.js" "$@"
else
  "$npm_config_node_gyp" "$@"
fi