diff options
author | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-10-28 13:19:57 -0700 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-10-28 13:19:57 -0700 |
commit | 7dcd894f70f356bbc80abf90157ec70b9b85de9d (patch) | |
tree | 4837d446fd1c244fcfd06b5b763a4b5254d6f6ab /contrib/gcc_update | |
parent | 3b14f6649a77f6c024a456f1c3a35df0662488bb (diff) | |
download | gcc-7dcd894f70f356bbc80abf90157ec70b9b85de9d.tar.gz |
gcc_update: Remove the -q from svn invocation.
2005-10-28 Andrew Pinski <pinskia@gcc.gnu.org>
* gcc_update: Remove the -q from svn invocation.
From-SVN: r105958
Diffstat (limited to 'contrib/gcc_update')
-rwxr-xr-x | contrib/gcc_update | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/gcc_update b/contrib/gcc_update index 90124deac8c..04660705ee4 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -243,7 +243,7 @@ fi chat "Updating SVN tree" -$GCC_SVN --non-interactive -q update ${1+"$@"} +$GCC_SVN --non-interactive update ${1+"$@"} if [ $? -ne 0 ]; then (touch_files_reexec) echo "SVN update of full tree failed." >&2 |