Index: appveyor.yml =================================================================== diff -u -N -rbd7209464f3488fd0b42a8846d126362e38e3d07 -r1b07fc0e8558bfe05b0a5bdeb3d614bb058d551d --- appveyor.yml (.../appveyor.yml) (revision bd7209464f3488fd0b42a8846d126362e38e3d07) +++ appveyor.yml (.../appveyor.yml) (revision 1b07fc0e8558bfe05b0a5bdeb3d614bb058d551d) @@ -23,10 +23,11 @@ # - set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH% - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH% - set PATH + - set MSYS2_PATH_TYPE=inherit - bash -lc "echo \"export PATH=/c/msys64/mingw64/bin:/c/msys64/usr/bin:\$PATH; export MSYSTEM=MINGW64; export MINGW_PREFIX=/c/msys64/mingw64; \" >> ~/.profile" - bash -lc "echo $PATH" - sh -lc "echo $PATH" - - bash -lc "less ~/.profile" + - bash -lc "/bin/sh -lc \"echo \$PATH\"" build_script: - tclkit.exe apps/build.tcl %CD% %APPVEYOR_BUILD_FOLDER% %TCLTAG%