We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e81618d commit d7d260eCopy full SHA for d7d260e
scripts/dist-scripts/yarn
@@ -7,6 +7,7 @@ case "$(uname -s)" in
7
Linux) basedir=$(dirname "$(readlink -f "$0" || echo "$argv0")");;
8
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
9
*MSYS*) basedir=`cygpath -w "$basedir"`;;
10
+ *MINGW*) basedir=`cygpath -w "$basedir"`;;
11
esac
12
13
command_exists() {
0 commit comments