Index: appveyor.yml =================================================================== diff -u -N -r00eb377bbd5cf0e6579ac92de033e0e6b9ea77f5 -rf207ce19eee421b6892674decf9a36d34edd8c4f --- appveyor.yml (.../appveyor.yml) (revision 00eb377bbd5cf0e6579ac92de033e0e6b9ea77f5) +++ appveyor.yml (.../appveyor.yml) (revision f207ce19eee421b6892674decf9a36d34edd8c4f) @@ -24,7 +24,7 @@ - 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 \$PATH" + - bash -lc "echo $PATH" build_script: - tclkit.exe apps/build.tcl %CD% %APPVEYOR_BUILD_FOLDER% %TCLTAG%