grub: fix capitalisation
Missed this occurence while renaming the option
This commit is contained in:
parent
1b02439b61
commit
af9f44dd57
@ -430,7 +430,7 @@ my $tmpFile = $confFile . ".tmp";
|
|||||||
writeFile($tmpFile, $conf);
|
writeFile($tmpFile, $conf);
|
||||||
|
|
||||||
# Append entries detected by os-prober
|
# Append entries detected by os-prober
|
||||||
if (get("useOsprober") eq "true") {
|
if (get("useOSProber") eq "true") {
|
||||||
system(get("shell"), "-c", "pkgdatadir=$grub/share/grub $grub/etc/grub.d/30_os-prober >> $tmpFile");
|
system(get("shell"), "-c", "pkgdatadir=$grub/share/grub $grub/etc/grub.d/30_os-prober >> $tmpFile");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user