diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2005-03-19 00:16:22 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2005-03-19 00:16:22 +0000 |
commit | 7e3c8f17abf0843ec8f7659b4e0ad336aab635a0 (patch) | |
tree | b793ca4ffa1e50076923c8d0e1db2caaad11e796 /contrib | |
parent | d028e149adff03bbe26cc747fa845b14b54e95f8 (diff) | |
download | gcc-7e3c8f17abf0843ec8f7659b4e0ad336aab635a0.tar.gz |
* gcc_update (silent): Unset instead of initializing to null.
From-SVN: r96708
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/ChangeLog | 4 | ||||
-rwxr-xr-x | contrib/gcc_update | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/contrib/ChangeLog b/contrib/ChangeLog index 16bd6e1fab4..74e41d87e1b 100644 --- a/contrib/ChangeLog +++ b/contrib/ChangeLog @@ -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. diff --git a/contrib/gcc_update b/contrib/gcc_update index dfe35dbdc16..cab6c47ec12 100755 --- a/contrib/gcc_update +++ b/contrib/gcc_update @@ -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 "$@" |