diff --git a/runme64.bat b/runme64.bat index f2c5cb3fd..026eb1ae2 100644 --- a/runme64.bat +++ b/runme64.bat @@ -1,4 +1,5 @@ @echo off cd %~dp0 call msys2\ps\setup.cmd -call msys2\msys2_shell.cmd -mingw64 -defterm -no-start %*call msys2\msys2_shell.cmd -mingw64 -defterm -no-start %*if not exist msys2\ps\installed64.txt msys2\msys2_shell.cmd -mingw64 -defterm -no-start %* \ No newline at end of file +call msys2\msys2_shell.cmd -mingw64 -defterm -no-start %* +if not exist msys2\ps\installed64.txt msys2\msys2_shell.cmd -mingw64 -defterm -no-start %* \ No newline at end of file