* gcc_update (silent): Unset instead of initializing to null.

From-SVN: r96708
This commit is contained in:
Alexandre Oliva 2005-03-19 00:16:22 +00:00 committed by Alexandre Oliva
parent d028e149ad
commit 7e3c8f17ab
2 changed files with 5 additions and 1 deletions

View 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.

View File

@ -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 "$@"