Commit 7e3c8f17 by Alexandre Oliva Committed by Alexandre Oliva

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

From-SVN: r96708
parent d028e149
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 "$@"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment