Commit 6c6186da authored by INADA Naoki's avatar INADA Naoki Committed by GitHub

PCbuild: Add -q option to svn export (GH-539)

Without this option, AppVeyor log is too unreadable.
(cherry picked from commit 8886d5f3)
parent 6120484e
......@@ -69,7 +69,7 @@ for %%e in (%libraries%) do (
echo.%%e already exists, skipping.
) else (
echo.Fetching %%e...
svn export %SVNROOT%%%e
svn export -q %SVNROOT%%%e
)
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment