From 052d6b374a70f69b7540db66f6ef8c39b2fbfed9 Mon Sep 17 00:00:00 2001 From: gator96100 Date: Mon, 18 Jan 2021 21:13:37 +0100 Subject: [PATCH] Make taskkill silent --- autobuild.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autobuild.bat b/autobuild.bat index f55ff8400..0cafd27df 100644 --- a/autobuild.bat +++ b/autobuild.bat @@ -1,5 +1,5 @@ @echo off call msys2\ps\setup.cmd -taskkill /IM "gpg-agent.exe" /F +taskkill /IM "gpg-agent.exe" /F 2>NUL echo %~dp0builds /builds ntfs noacl 0 0 >>msys2/etc/fstab call msys2\msys2_shell.cmd -mingw64 -defterm -no-start -c /ps/autobuild.sh \ No newline at end of file