Skip to content

Commit

Permalink
Fixed missing new line
Browse files Browse the repository at this point in the history
  • Loading branch information
Gator96100 committed Nov 22, 2020
1 parent da14de1 commit 58a3294
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runme64.bat
Original file line number Diff line number Diff line change
@@ -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 %*
call msys2\msys2_shell.cmd -mingw64 -defterm -no-start %*
if not exist msys2\ps\installed64.txt msys2\msys2_shell.cmd -mingw64 -defterm -no-start %*

0 comments on commit 58a3294

Please sign in to comment.