* util/grub-install.in: Add missing \.

Reported by: gentoofan
This commit is contained in:
Vladimir 'phcoder' Serbinenko 2012-01-27 13:12:00 +01:00
parent f6e4ea709f
commit 692dabca8c
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2012-01-27 Vladimir Serbinenko <phcoder@gmail.com>
* util/grub-install.in: Add missing \.
Reported by: gentoofan
2012-01-26 Vladimir Serbinenko <phcoder@gmail.com>
* grub-core/fs/squash4.c (xz_decompress): Fix return value.

View File

@ -276,7 +276,7 @@ fi
if ! ([ "${target_cpu}-${platform}" = "i386-pc" ] \
|| [ "${target_cpu}-${platform}" = "sparc64-ieee1275" ] \
|| [ "${target_cpu}-${platform}" = "powerpc-ieee1275" ]
|| [ "${target_cpu}-${platform}" = "powerpc-ieee1275" ] \
|| [ "${target_cpu}-${platform}" = "mips-arc" ]); then
install_device=
fi