Skip to content
Snippets Groups Projects
Commit 6954117a authored by aoliva's avatar aoliva
Browse files

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

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96708 138bc75d-0d04-0410-961f-82ee72b054a4
parent fadfdd5a
No related branches found
No related tags found
No related merge requests found
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> 2005-03-18 Andreas Schwab <schwab@suse.de>
* gcc_update (apply_patch): Properly quote $1. * gcc_update (apply_patch): Properly quote $1.
......
...@@ -56,7 +56,7 @@ self=$0 ...@@ -56,7 +56,7 @@ self=$0
# This function prints its arguments to standard output unless # This function prints its arguments to standard output unless
# "silent" is set. # "silent" is set.
silent= unset silent
chat () { chat () {
if [ -z "$silent" ]; then if [ -z "$silent" ]; then
echo "$@" echo "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment