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

node-gyp « node-gyp-bin « bin - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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