mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 22:16: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
|
# TODO: warning
|
||||||
fail "emerge did not report USE flag ${name@Q} to exist in the processed package"
|
fail "emerge did not report USE flag ${name@Q} to exist in the processed package"
|
||||||
fi
|
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
|
if [[ mode -eq flag_mode ]]; then
|
||||||
do_process_items=x
|
do_process_items=x
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user