No need to run rm ${COMPFILE} after mm_install() - mm_install()

does it for us.
This commit is contained in:
Maxim Sobolev 2008-11-11 02:13:21 +00:00
parent a06717238c
commit 335a351231
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=184832

View File

@ -960,7 +960,6 @@ for COMPFILE in `find . -type f -size +0`; do
if mm_install "${COMPFILE}"; then
echo " *** ${COMPFILE} upgraded successfully"
echo ''
rm "${COMPFILE}"
else
echo " *** Problem upgrading ${COMPFILE}, it will remain to merge by hand"
fi