sigh
This commit is contained in:
parent
57245468ca
commit
d061f4c3b2
1 changed files with 1 additions and 1 deletions
|
@ -62,13 +62,13 @@ else cont=y
|
|||
while [ $cont = y ]
|
||||
do n="`wc -l $cdpackages | awk '{ print $1 }'`"
|
||||
sourcef=$CDSRC/SizeMB
|
||||
binf=$CDPACK/SizeMB
|
||||
if [ -f $binf -a -f $sourcef ]
|
||||
then sourcemb="`cat $sourcef`"
|
||||
binmb="`cat $binf`"
|
||||
sourcesize=" (`expr $binmb + $sourcemb` MB uncompressed)"
|
||||
else sourcesize=""
|
||||
fi
|
||||
binf=$CDPACK/SizeMB
|
||||
if [ -f $binf ]
|
||||
then binmb="`cat $binf`"
|
||||
binsize=" ($binmb MB uncompressed)"
|
||||
|
|
Loading…
Reference in a new issue