Sfoglia il codice sorgente

grub/grub_void.cfg.in: add missing ')' that broke configuration.

Juan RP 12 anni fa
parent
commit
ab5201f3ba
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      grub/grub_void.cfg.in

+ 1 - 1
grub/grub_void.cfg.in

@@ -13,7 +13,7 @@ fi
 
 insmod font
 
-if loadfont "(${voidlive}/boot/grub/fonts/unicode.pf2" ; then
+if loadfont "(${voidlive})/boot/grub/fonts/unicode.pf2" ; then
     insmod gfxterm
     set gfxmode="auto"