2010-01-20 Robert Millan <rmh.grub@aybabtu.com>

* util/grub.d/00_header.in: Fix stupid mistake from last commit.
This commit is contained in:
Robert Millan 2010-01-20 14:10:46 +00:00
parent 94fabf587a
commit 34a66d995b
2 changed files with 4 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2010-01-20 Robert Millan <rmh.grub@aybabtu.com>
* util/grub.d/00_header.in: Fix stupid mistake from last commit.
2010-01-20 Robert Millan <rmh.grub@aybabtu.com>
* util/grub.d/00_header.in: Fix handling of locale_dir.

View file

@ -125,7 +125,6 @@ if [ "x${LANG}" != "xC" ] ; then
prepare_grub_to_access_device $(${grub_probe} --target=device ${locale_dir})
cat << EOF
set locale_dir=(\$root)$(make_system_path_relative_to_its_root ${locale_dir})
set locale_dir=${locale_dir}
set lang=${grub_lang}
insmod gettext
EOF