3
0
Fork 0
forked from mirrors/nixpkgs

grub: fix capitalisation

Missed this occurence while renaming the option
This commit is contained in:
Robin Gloster 2017-02-13 14:54:30 +01:00
parent 1b02439b61
commit af9f44dd57
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882

View file

@ -430,7 +430,7 @@ my $tmpFile = $confFile . ".tmp";
writeFile($tmpFile, $conf);
# 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");
}