#!/usr/bin/env sh

# stop trying to be cute and just call node-gyp with the full path

node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js "$@"
