Skip to content

Commit

Permalink
PCbuild: Add -q option to svn export (GH-539)
Browse files Browse the repository at this point in the history
Without this option, AppVeyor log is too unreadable.
(cherry picked from commit 8886d5f)
  • Loading branch information
methane committed Mar 7, 2017
1 parent 6120484 commit 6c6186d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCbuild/get_externals.bat
Expand Up @@ -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
)
)

Expand Down

0 comments on commit 6c6186d

Please sign in to comment.