Remove trailing whitespace. Update copyright to include 2004.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
# flush out are those involving preprocessor instructions in
|
||||
# utility.c.
|
||||
#
|
||||
# TODO: some time it might be nice to list absolute and
|
||||
# TODO: some time it might be nice to list absolute and
|
||||
# differential object sizes for each option...
|
||||
#
|
||||
|
||||
|
||||
@@ -87,7 +87,7 @@ unalias -a # gets rid of aliases that might create different output
|
||||
|
||||
|
||||
# do extra setup (if any)
|
||||
if [ ! -z "$SETUP" ]
|
||||
if [ ! -z "$SETUP" ]
|
||||
then
|
||||
[ $DEBUG -ge 2 ] && echo "running setup commands in $SETUP"
|
||||
source $SETUP
|
||||
@@ -136,7 +136,7 @@ do
|
||||
if [ $? -eq 1 ]
|
||||
then
|
||||
[ $DEBUG -ge 1 ] && echo "FAILED: $line" | tee -a $LOGFILE
|
||||
diff -u $CONFIG_OUT $GNU_OUT >> $LOGFILE
|
||||
diff -u $CONFIG_OUT $GNU_OUT >> $LOGFILE
|
||||
fi
|
||||
fi
|
||||
fi
|
||||
@@ -151,7 +151,7 @@ done
|
||||
|
||||
|
||||
# do extra cleanup (if any)
|
||||
if [ ! -z "$CLEANUP" ]
|
||||
if [ ! -z "$CLEANUP" ]
|
||||
then
|
||||
[ $DEBUG -ge 2 ] && echo "running cleanup commands in $CLEANUP"
|
||||
source $CLEANUP
|
||||
|
||||
Reference in New Issue
Block a user