xref: /third_party/node/deps/corepack/shims/pnpm
  • Home
  • History
  • Annotate Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
  • only in /third_party/node/deps/corepack/shims/
11cb0ef41Sopenharmony_ci#!/bin/sh
21cb0ef41Sopenharmony_cibasedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
31cb0ef41Sopenharmony_ci
41cb0ef41Sopenharmony_cicase `uname` in
51cb0ef41Sopenharmony_ci    *CYGWIN*) basedir=`cygpath -w "$basedir"`;;
61cb0ef41Sopenharmony_ciesac
71cb0ef41Sopenharmony_ci
81cb0ef41Sopenharmony_ciif [ -x "$basedir/node" ]; then
91cb0ef41Sopenharmony_ci  exec "$basedir/node"  "$basedir/../dist/pnpm.js" "$@"
101cb0ef41Sopenharmony_cielse
111cb0ef41Sopenharmony_ci  exec node  "$basedir/../dist/pnpm.js" "$@"
121cb0ef41Sopenharmony_cifi
13

Indexes created Thu Nov 07 10:32:03 CST 2024