Ticket #1687: jhalfs_typo.diff

File jhalfs_typo.diff, 646 bytes (added by ojab, 11 years ago)

erm, inline patch is broken ._.

  • common/create-sbu_du-report.sh

     
    129129INSTALLMB2=`perl -e 'printf "%.3f" , ('$INSTALLMB2' + '$INSTALLMB')';`
    130130
    131131# Dump grand totals
    132 echo -e "\n$LINE\n\nTotal time required to build the systen:\t\t$SBU2  SBU" >> $REPORT
     132echo -e "\n$LINE\n\nTotal time required to build the system:\t\t$SBU2  SBU" >> $REPORT
    133133# Total disk usage: including /tools but not /sources.
    134134echo -e "Total Installed files disk usage:\t\t\t$INSTALL2 KB or $INSTALLMB2 MB" >> $REPORT