Merge branch 'maint'
This commit is contained in:
commit
48e2a1a119
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ extract_sources() {
|
|||
local netfile
|
||||
for netfile in "${source[@]}"; do
|
||||
local file=$(get_filename "$netfile")
|
||||
if in_array "$file" ${noextract[@]}; then
|
||||
if in_array "$file" "${noextract[@]}"; then
|
||||
#skip source files in the noextract=() array
|
||||
# these are marked explicitly to NOT be extracted
|
||||
continue
|
||||
|
|
Loading…
Add table
Reference in a new issue