From: Alexandre Oliva Date: Sat, 19 Mar 2005 00:16:22 +0000 (+0000) Subject: * gcc_update (silent): Unset instead of initializing to null. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7e3c8f17abf0843ec8f7659b4e0ad336aab635a0;p=gcc.git * gcc_update (silent): Unset instead of initializing to null. From-SVN: r96708 --- 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 + + * gcc_update (silent): Unset instead of initializing to null. + 2005-03-18 Andreas Schwab * 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 "$@"