parent
a49c1f049b
commit
b44156c6fc
|
|
@ -1613,7 +1613,7 @@ if [[ $early_microcode = yes ]]; then
|
||||||
dinfo "*** Constructing ${ucode_dest[$idx]} ****"
|
dinfo "*** Constructing ${ucode_dest[$idx]} ****"
|
||||||
if [[ $hostonly ]]; then
|
if [[ $hostonly ]]; then
|
||||||
_src=$(get_ucode_file)
|
_src=$(get_ucode_file)
|
||||||
[[ $src ]] || break
|
[[ $_src ]] || break
|
||||||
[[ -r $_fwdir/$_fw/$_src ]] || break
|
[[ -r $_fwdir/$_fw/$_src ]] || break
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue