Просмотр исходного кода

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

Juan RP 12 лет назад
Родитель
Сommit
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"