Index: appveyor.yml =================================================================== diff -u -N -rf207ce19eee421b6892674decf9a36d34edd8c4f -r59986a2a523340a2ce74898e6fa97fa4c7a3e99d --- appveyor.yml (.../appveyor.yml) (revision f207ce19eee421b6892674decf9a36d34edd8c4f) +++ appveyor.yml (.../appveyor.yml) (revision 59986a2a523340a2ce74898e6fa97fa4c7a3e99d) @@ -23,8 +23,10 @@ # - set PATH=%CD%\%MINGW_DIR%\bin;C:\msys64\usr\bin;%PATH% - set PATH=C:\msys64\mingw64\bin;C:\msys64\usr\bin;%PATH% - set PATH - - bash -lc "echo \"export PATH=/c/msys64/mingw64/bin:\$PATH; export MSYSTEM=MINGW64; export MINGW_PREFIX=/c/msys64/mingw64; \" >> ~/.bash_profile" + - 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" build_script: - tclkit.exe apps/build.tcl %CD% %APPVEYOR_BUILD_FOLDER% %TCLTAG%