scripts/functions
changeset 1508 7eeeaf4bc78a
parent 1507 ec5314609c00
child 1509 f79fcf38ec21
     1.1 --- a/scripts/functions	Mon Aug 31 12:05:52 2009 +0200
     1.2 +++ b/scripts/functions	Mon Aug 31 12:51:53 2009 +0200
     1.3 @@ -618,6 +618,7 @@
     1.4          bundled)        patch_dirs=("${bundled_patch_dir}");;
     1.5          local)          patch_dirs=("${local_patch_dir}");;
     1.6          bundled,local)  patch_dirs=("${bundled_patch_dir}" "${local_patch_dir}");;
     1.7 +        local,bundled)  patch_dirs=("${local_patch_dir}" "${bundled_patch_dir}");;
     1.8      esac
     1.9  
    1.10      for d in "${patch_dirs[@]}"; do