why do quotes hate meeee

pull/316/head
DJLevel3 2025-08-17 09:13:15 -06:00
rodzic 464679ebc8
commit b7e2faaaf2
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -45,9 +45,8 @@ if [ "$OS" = "win" ]; then
VS_WHERE="C:/Program Files (x86)/Microsoft Visual Studio/Installer/vswhere.exe"
VS_PATH=$("$VS_WHERE" -latest -property installationPath)
DEVCMD_BAT="$VS_PATH\\VC\\Auxiliary\\Build\\vcvars64.bat"
eval "$($(cygpath "$COMSPEC") /c$(cygpath -w "$ROOT/ci/vcvars_export.bat") "$(echo $DEVCMD_BAT)" "$(cygpath -w "$SHELL")")"
eval "$($(cygpath "$COMSPEC") /c$(cygpath -w "$ROOT/ci/vcvars_export.bat") "$(echo $VS_PATH)\\VC\\Auxiliary\\Build\\vcvars64.bat" "$(cygpath -w "$SHELL")")"
MSBUILD_EXE=$("$VS_WHERE" -latest -requires Microsoft.Component.MSBuild -find "MSBuild\**\Bin\MSBuild.exe")
echo $MSBUILD_EXE