Clean up bogus warnings
This commit is contained in:
parent
c485d4eda5
commit
0b3dacd1c7
|
@ -283,6 +283,9 @@ if [ $DISKNUM = 1 ] ; then
|
||||||
echo >> $CDDIR/README.excluded
|
echo >> $CDDIR/README.excluded
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Stop the greps below from complaining
|
||||||
|
touch $BDIR/sort_deps_dummy.log
|
||||||
|
|
||||||
grep "refused because of toobig" $BDIR/sort_deps*.log | sort -u | awk '{print $1}' > $BDIR/toobig
|
grep "refused because of toobig" $BDIR/sort_deps*.log | sort -u | awk '{print $1}' > $BDIR/toobig
|
||||||
if [ -s $BDIR/toobig ] ; then
|
if [ -s $BDIR/toobig ] ; then
|
||||||
echo " Adding README.excluded (some package files were too big)"
|
echo " Adding README.excluded (some package files were too big)"
|
||||||
|
|
Loading…
Reference in New Issue