Index: appveyor.yml =================================================================== diff -u -r03d5b57a4414247bd1bdaf57f11202fef140a09a -ra691997b66f5c57373611f86f510077d6d2850f7 --- appveyor.yml (.../appveyor.yml) (revision 03d5b57a4414247bd1bdaf57f11202fef140a09a) +++ appveyor.yml (.../appveyor.yml) (revision a691997b66f5c57373611f86f510077d6d2850f7) @@ -26,8 +26,9 @@ - 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" + - bash -lc "cd && echo \"export PATH=/c/msys64/mingw64/bin:/c/msys64/usr/bin:\$PATH; export MSYSTEM=MINGW64; export MINGW_PREFIX=/c/msys64/mingw64; \" >> .profile" + - bash -lc "env" + - bash -lc "cd && pwd" - sh -lc "echo $PATH" - bash -lc "/bin/sh -lc \"echo \$PATH\"" - tclkit.exe apps/build.tcl %CD% %APPVEYOR_BUILD_FOLDER% %TCLTAG%