From d061f4c3b2d2bd67861a1521652e7c5c4d01800f Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Thu, 13 Apr 2006 14:18:23 +0000 Subject: [PATCH] sigh --- commands/scripts/packman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commands/scripts/packman.sh b/commands/scripts/packman.sh index 2eadfbf81..2de7b5f6d 100644 --- a/commands/scripts/packman.sh +++ b/commands/scripts/packman.sh @@ -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)" -- 2.44.0