Merge pull request #131 from andrvb/python

Fix grub 40_custom template
This commit is contained in:
Anders Ingemann 2014-01-13 10:18:17 -08:00
commit f8fb613457

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