Browse Source

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

Juan RP 12 năm trước cách đây
mục cha
commit
ab5201f3ba
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"