dracut.sh: fixed typo in microcode generation

Harald Hoyer 2015-09-25 14:10:20 -04:00
parent 5263556ff3
commit a594b4e357
1 changed files with 1 additions and 1 deletions

View File

@ -1489,7 +1489,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