]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut.sh: fixed typo in microcode generation
authorHarald Hoyer <harald@redhat.com>
Fri, 25 Sep 2015 18:10:20 +0000 (14:10 -0400)
committerHarald Hoyer <harald@redhat.com>
Wed, 11 Nov 2015 15:47:48 +0000 (16:47 +0100)
(cherry picked from commit a594b4e357bc63dd22ae04346dbca648e0d62744)

dracut.sh

index b84013a902e2986ded95bb32847ade8f3049b4b4..1f75b242d5964d432af0e683f9fcc89f63063cf9 100755 (executable)
--- a/dracut.sh
+++ b/dracut.sh
@@ -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