]> 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>
Fri, 25 Sep 2015 18:10:20 +0000 (14:10 -0400)
dracut.sh

index 4e4f222b0324082999f8d929685669206da36fce..5b72221e7d73eaabf25da9f3f42f93749d06f0a9 100755 (executable)
--- a/dracut.sh
+++ b/dracut.sh
@@ -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