소스 검색

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"