Changeset 49b1e9a


Ignore:
Timestamp:
03/14/2006 09:16:52 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
4bf0fc3
Parents:
164afa2
Message:

Removing MISSING_FILES.DMP, if found, before start packages dowlnoad.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/common-functions

    r164afa2 r49b1e9a  
    774774    if [ -f MD5SUMS ] ; then rm MD5SUMS ; fi
    775775    if [ -f MD5SUMS-$VERSION ] ; then rm MD5SUMS-$VERSION ; fi
     776    if [ -f MISSING_FILES.DMP ] ; then rm MISSING_FILES.DMP ; fi
    776777
    777778    download "" MD5SUMS
Note: See TracChangeset for help on using the changeset viewer.