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

This commit is contained in:
Juan RP 2013-05-19 08:32:00 +02:00
parent 496ab55ca8
commit ab5201f3ba
1 changed files with 1 additions and 1 deletions

View File

@ -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"