mirror of
https://github.com/moparisthebest/pacman
synced 2024-12-23 08:18:51 -05:00
Merge branch 'maint'
This commit is contained in:
commit
48e2a1a119
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user