diff -r ec5314609c00 -r 7eeeaf4bc78a scripts/functions --- a/scripts/functions Mon Aug 31 12:05:52 2009 +0200 +++ b/scripts/functions Mon Aug 31 12:51:53 2009 +0200 @@ -618,6 +618,7 @@ bundled) patch_dirs=("${bundled_patch_dir}");; local) patch_dirs=("${local_patch_dir}");; bundled,local) patch_dirs=("${bundled_patch_dir}" "${local_patch_dir}");; + local,bundled) patch_dirs=("${local_patch_dir}" "${bundled_patch_dir}");; esac for d in "${patch_dirs[@]}"; do