From c88b48d6f2517ed687703095ae98878e20926c72 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Thu, 21 Mar 2013 11:27:50 +0000 Subject: [PATCH] Merge trunk r3677 --- common/create-sbu_du-report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/create-sbu_du-report.sh b/common/create-sbu_du-report.sh index bf2a259..cae693d 100755 --- a/common/create-sbu_du-report.sh +++ b/common/create-sbu_du-report.sh @@ -129,6 +129,6 @@ INSTALL2=`perl -e 'printf "%.3f" , ('$INSTALL2' + '$INSTALL')';` INSTALLMB2=`perl -e 'printf "%.3f" , ('$INSTALLMB2' + '$INSTALLMB')';` # Dump grand totals -echo -e "\n$LINE\n\nTotal time required to build the systen:\t\t$SBU2 SBU" >> $REPORT +echo -e "\n$LINE\n\nTotal time required to build the system:\t\t$SBU2 SBU" >> $REPORT # Total disk usage: including /tools but not /sources. echo -e "Total Installed files disk usage:\t\t\t$INSTALL2 KB or $INSTALLMB2 MB" >> $REPORT