From 0921cae5878cda38a3013cf9b61d898c3a61b540 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Sun, 17 Sep 2006 07:54:26 +0000 Subject: [PATCH] Small report look fix. --- 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 07b45ee..a49396e 100755 --- a/common/create-sbu_du-report.sh +++ b/common/create-sbu_du-report.sh @@ -108,7 +108,7 @@ for log in $BUILDLOGS ; do echo -e "Approximate SBU time is:\t$SBU" >> "$REPORT" # Dump disk usage values - echo -e "\nDisk usage before unpacking the package:\t\t\t$DU1 KB or $DU1MB MB" >> "$REPORT" + echo -e "\nDisk usage before unpacking the package:\t\t$DU1 KB or $DU1MB MB" >> "$REPORT" echo -e "Disk usage before deleting the source and build dirs:\t$DU2 KB or $DU2MB MB" >> "$REPORT" echo -e "Required space to build the package:\t\t\t$REQUIRED1 KB or $REQUIRED2 MB\n" >> "$REPORT"