浏览代码

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

Juan RP 12 年之前
父节点
当前提交
ab5201f3ba
共有 1 个文件被更改,包括 1 次插入1 次删除
  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"