1
0
mirror of https://github.com/moparisthebest/pacman synced 2024-12-23 08:18:51 -05:00

Merge branch 'maint'

This commit is contained in:
Dan McGee 2011-07-18 10:41:37 -05:00
commit 48e2a1a119

View File

@ -678,7 +678,7 @@ extract_sources() {
local netfile local netfile
for netfile in "${source[@]}"; do for netfile in "${source[@]}"; do
local file=$(get_filename "$netfile") local file=$(get_filename "$netfile")
if in_array "$file" ${noextract[@]}; then if in_array "$file" "${noextract[@]}"; then
#skip source files in the noextract=() array #skip source files in the noextract=() array
# these are marked explicitly to NOT be extracted # these are marked explicitly to NOT be extracted
continue continue