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