mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-09 05:56:58 +02:00
Fix typo
This commit is contained in:
parent
d1fb202fe2
commit
0eea902ddf
@ -203,7 +203,7 @@ break_dep_loop() {
|
||||
# Temporarily compile/install package with flag disabled. If a binary
|
||||
# package is available use it regardless of its version or use flags.
|
||||
local disabled_flags="${flags[@]/#/-}"
|
||||
info "Merging ${pkg} wtih USE=${disabled_flags}"
|
||||
info "Merging ${pkg} with USE=${disabled_flags}"
|
||||
sudo mkdir -p "${flag_file%/*}"
|
||||
sudo_clobber "${flag_file}" <<<"${pkg} ${disabled_flags}"
|
||||
# Disable any other problematic flags
|
||||
|
Loading…
Reference in New Issue
Block a user