summaryrefslogtreecommitdiff
path: root/contrib/gcc_update
diff options
context:
space:
mode:
authorAndrew Pinski <pinskia@gcc.gnu.org>2005-10-28 17:28:20 -0700
committerAndrew Pinski <pinskia@gcc.gnu.org>2005-10-28 17:28:20 -0700
commit8f5c9c3d15731d41a9d4470229b0b904d491fde0 (patch)
treea758dbce14bf46a7a3320a6f3000c3a56851c2fe /contrib/gcc_update
parent4c7577318538fa9e387d78e48d6af4dca2607f38 (diff)
gcc_update: When svn update is called and --silent is used, pass -q.
2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org> * gcc_update: When svn update is called and --silent is used, pass -q. From-SVN: r105985
Diffstat (limited to 'contrib/gcc_update')
-rwxr-xr-xcontrib/gcc_update2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc_update b/contrib/gcc_update
index 04660705ee4..7fa8901f4c0 100755
--- a/contrib/gcc_update
+++ b/contrib/gcc_update
@@ -243,7 +243,7 @@ fi
chat "Updating SVN tree"
-$GCC_SVN --non-interactive update ${1+"$@"}
+$GCC_SVN ${silent+-q} --non-interactive update ${1+"$@"}
if [ $? -ne 0 ]; then
(touch_files_reexec)
echo "SVN update of full tree failed." >&2