No need to run rm ${COMPFILE} after mm_install() - mm_install()
does it for us.
This commit is contained in:
parent
a06717238c
commit
335a351231
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user