almost forgot the $

pull/316/head
DJLevel3 2025-08-17 08:48:30 -06:00
rodzic c4efe4bd96
commit 155d7bedd5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -48,7 +48,7 @@ if [ "$OS" = "win" ]; then
DEVCMD_BAT="$(cygpath -u "$(echo $VS_PATH | sed 's/\\/\\\\/g')")/Common7/Tools/vsdevcmd.bat"
DEVCMD="$(cygpath "$COMSPEC") /c$(cygpath -w "$ROOT/ci/vcvars_export.bat") \"$(cygpath -w "$DEVCMD_BAT")\" \"$(cygpath -w "$SHELL"\")"
echo DEVCMD
echo $DEVCMD
eval "$($DEVCMD)"