* gcc_update (silent): Unset instead of initializing to null.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 19 Mar 2005 00:16:22 +0000 (00:16 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 19 Mar 2005 00:16:22 +0000 (00:16 +0000)
From-SVN: r96708

contrib/ChangeLog
contrib/gcc_update

index 16bd6e1fab4c3deefd6a00ebe48fba93a48cf537..74e41d87e1bea270b59c3f893a23105fbfa6ff20 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 dfe35dbdc16781e4cc8965a7453cffea9fbb549c..cab6c47ec1217479a1f3d57bea1ee24e72a9fcc5 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 "$@"