Fix build.bat execution in nvim, echo executed msys command

This commit is contained in:
2024-04-09 21:27:37 +10:00
parent 5c8954036d
commit 94fdcda5ef
2 changed files with 12 additions and 11 deletions
+1
View File
@@ -24,4 +24,5 @@ goto :eof
set msys_env=%~1
for /f "tokens=1,* delims= " %%a in ("%*") do set remaining_args=%%b
echo [SCRIPT] Executing '%devenver_root%\MSYS2\20240113\msys2_shell.cmd -%msys_env% -no-start -defterm -here -c "%remaining_args%"'
%devenver_root%\MSYS2\20240113\msys2_shell.cmd -%msys_env% -no-start -defterm -here -c "%remaining_args%"