Changeset 3516

Show
Ignore:
Timestamp:
10/06/08 10:27:36 (2 months ago)
Author:
thomasp
Message:

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

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • jhalfs/trunk/common/libs/func_download_pkgs

    r3514 r3516  
    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