]> gerrit.simantics Code Review - simantics/district.git/blob - org.simantics.maps.server/node/node-v4.8.0-win-x64/node_modules/npm/bin/node-gyp-bin/node-gyp
Adding missing bin folder in integrated tile server
[simantics/district.git] / org.simantics.maps.server / node / node-v4.8.0-win-x64 / node_modules / npm / bin / node-gyp-bin / node-gyp
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