Explorar el Código

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

Juan RP hace 12 años
padre
commit
ab5201f3ba
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"