Parcourir la source

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

Juan RP il y a 12 ans
Parent
commit
ab5201f3ba
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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"