11cb0ef41Sopenharmony_ci#!/usr/bin/env sh 21cb0ef41Sopenharmony_ciif [ "x$npm_config_node_gyp" = "x" ]; then 31cb0ef41Sopenharmony_ci node "`dirname "$0"`/../../node_modules/node-gyp/bin/node-gyp.js" "$@" 41cb0ef41Sopenharmony_cielse 51cb0ef41Sopenharmony_ci "$npm_config_node_gyp" "$@" 61cb0ef41Sopenharmony_cifi 7