From 5d112a90d4f69ef37f1608d13c6ce92359cee145 Mon Sep 17 00:00:00 2001 From: James Turner Date: Wed, 2 Sep 2015 11:38:50 +0100 Subject: [PATCH] =?UTF-8?q?Whoops,=20don=E2=80=99t=20block=20on=20user=20i?= =?UTF-8?q?nput.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /Q to rmdir avoids an ‘are you sure’ prompt --- build_release_windows.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_release_windows.bat b/build_release_windows.bat index e816664..b368586 100755 --- a/build_release_windows.bat +++ b/build_release_windows.bat @@ -79,7 +79,7 @@ subst X: /D subst X: %WORKSPACE%. REM ensure output dir is clean since we upload the entirety of it -rmdir /S output +rmdir /S /Q output REM indirect way to get command output into an environment variable set PATH=%WORKSPACE%\install\msvc100\OpenSceneGraph\bin;%PATH%