* gcc_update (silent): Unset instead of initializing to null.
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Mar 2005 00:16:22 +0000 (00:16 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 19 Mar 2005 00:16:22 +0000 (00:16 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96708 138bc75d-0d04-0410-961f-82ee72b054a4

contrib/ChangeLog
contrib/gcc_update

index 16bd6e1..74e41d8 100644 (file)
@@ -1,3 +1,7 @@
+2005-03-18  Alexandre Oliva  <aoliva@redhat.com>
+
+       * gcc_update (silent): Unset instead of initializing to null.
+
 2005-03-18  Andreas Schwab  <schwab@suse.de>
 
        * gcc_update (apply_patch): Properly quote $1.
index dfe35db..cab6c47 100755 (executable)
@@ -56,7 +56,7 @@ self=$0
 
 # This function prints its arguments to standard output unless
 # "silent" is set.
-silent=
+unset silent
 chat () {
     if [ -z "$silent" ]; then
         echo "$@"