node-gyp 172 B

123456
  1. #!/usr/bin/env sh
  2. if [ "x$npm_config_node_gyp" = "x" ]; then
  3. node "`dirname "$0"`/../../node_modules/node-gyp/bin/node-gyp.js" "$@"
  4. else
  5. "$npm_config_node_gyp" "$@"
  6. fi