This commit is contained in:
selfrelease
2025-12-22 16:49:58 +08:00
parent e9822f5c92
commit 639344dc45
46 changed files with 2015 additions and 5170 deletions
+1 -5
View File
@@ -2,11 +2,7 @@
basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
case `uname` in
*CYGWIN*|*MINGW*|*MSYS*)
if command -v cygpath > /dev/null 2>&1; then
basedir=`cygpath -w "$basedir"`
fi
;;
*CYGWIN*) basedir=`cygpath -w "$basedir"`;;
esac
if [ -z "$NODE_PATH" ]; then