Whoops, don’t block on user input.
/Q to rmdir avoids an ‘are you sure’ prompt
This commit is contained in:
parent
b75295f647
commit
5d112a90d4
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ subst X: /D
|
||||||
subst X: %WORKSPACE%.
|
subst X: %WORKSPACE%.
|
||||||
|
|
||||||
REM ensure output dir is clean since we upload the entirety of it
|
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
|
REM indirect way to get command output into an environment variable
|
||||||
set PATH=%WORKSPACE%\install\msvc100\OpenSceneGraph\bin;%PATH%
|
set PATH=%WORKSPACE%\install\msvc100\OpenSceneGraph\bin;%PATH%
|
||||||
|
|
Loading…
Add table
Reference in a new issue