From 58a3294b442c028aef02e77f8d44ca35056fb5c0 Mon Sep 17 00:00:00 2001 From: Gator96100 Date: Sun, 22 Nov 2020 23:22:03 +0100 Subject: [PATCH] Fixed missing new line --- runme64.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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