1
0
forked from pool/build-compare
OBS User unknown
2009-07-15 15:26:42 +00:00
committed by Git OBS Bridge
parent 99abc9ebe9
commit a55ee69057
3 changed files with 8 additions and 3 deletions

View File

@@ -225,9 +225,9 @@ check_single_file()
pwd=$PWD
fdir=`dirname $file`
cd old/$fdir
unzip -qq `basename $file`
unzip -o -qq `basename $file`
cd $pwd/new/$fdir
unzip -qq `basename $file`
unzip -o -qq `basename $file`
cd $pwd
local ret=0
for f in $flist; do