File: node-gyp

package info (click to toggle)
npm 5.8.0%2Bds6-4%2Bdeb10u2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 16,120 kB
  • sloc: javascript: 84,469; sh: 551; makefile: 242
file content (6 lines) | stat: -rwxr-xr-x 124 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
#!/usr/bin/env sh
if [ "x$npm_config_node_gyp" = "x" ]; then
  /usr/bin/node-gyp "$@"
else
  "$npm_config_node_gyp" "$@"
fi