dracut.sh: fixed typo in microcode generation

(cherry picked from commit a594b4e357)
master
Harald Hoyer 2015-09-25 14:10:20 -04:00
parent a49c1f049b
commit b44156c6fc
1 changed files with 1 additions and 1 deletions

View File

@ -1613,7 +1613,7 @@ if [[ $early_microcode = yes ]]; then
dinfo "*** Constructing ${ucode_dest[$idx]} ****"
if [[ $hostonly ]]; then
_src=$(get_ucode_file)
[[ $src ]] || break
[[ $_src ]] || break
[[ -r $_fwdir/$_fw/$_src ]] || break
fi