mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
fix(bash): bash errors on windows (#5406)
This commit is contained in:
@@ -14,7 +14,8 @@ function denoInstall() {
|
||||
}
|
||||
|
||||
function denoCmd() {
|
||||
(cd "$AC_PATH_ROOT" ; ./deps/deno/bin/deno "$@")
|
||||
[[ "$OSTYPE" = "msys" ]] && DENOEXEC="./deps/deno/bin/deno.exe" || DENOEXEC="./deps/deno/bin/deno"
|
||||
(cd "$AC_PATH_ROOT" ; $DENOEXEC "$@")
|
||||
}
|
||||
|
||||
function denoRunFile() {
|
||||
|
||||
Reference in New Issue
Block a user