Fix grub 40_custom template

This commit is contained in:
andrvb 2014-01-13 15:55:33 +03:00
parent 43c371c80a
commit 6345c41894

View file

@ -29,7 +29,7 @@ linux_entry ()
{ {
os="$1" os="$1"
version="$2" version="$2"
args="$4" args="$3"
title="$(gettext_quoted "%s, with Linux %s")" title="$(gettext_quoted "%s, with Linux %s")"