mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 04:56:58 +02:00
fixup! license filtering
This commit is contained in:
parent
c3085e0028
commit
8e34df8e40
@ -50,7 +50,7 @@ function evaluate_license_group() {
|
||||
# TODO: warning
|
||||
fail "emerge did not report USE flag ${name@Q} to exist in the processed package"
|
||||
fi
|
||||
local -i flag_mode=${use_flags_map_ref["${mode}"]}
|
||||
local -i flag_mode=${use_flags_map_ref["${name}"]}
|
||||
if [[ mode -eq flag_mode ]]; then
|
||||
do_process_items=x
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user