Changeset 134572c for common


Ignore:
Timestamp:
10/06/2008 04:27:36 PM (16 years ago)
Author:
Thomas Pegg <thomasp@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
cc24cda
Parents:
aca70fd
Message:

Use continue instead of return, continue allows the loop to continue from the beginning instead of jumping completely out of the function.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_download_pkgs

    raca70fd r134572c  
    7777
    7878    # Deal with udev and bootscripts m5sum issue
    79     [[ $BOOKMD5 = "BOOTSCRIPTS-MD5SUM" ]] && return
    80     [[ $BOOKMD5 = "UDEV-MD5SUM" ]]        && return
     79    [[ $BOOKMD5 = "BOOTSCRIPTS-MD5SUM" ]] && continue
     80    [[ $BOOKMD5 = "UDEV-MD5SUM" ]]        && continue
    8181
    8282      # IF the md5sum does not match the existing files
Note: See TracChangeset for help on using the changeset viewer.