]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-install.in: Add missing \.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 27 Jan 2012 12:12:00 +0000 (13:12 +0100)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Fri, 27 Jan 2012 12:12:00 +0000 (13:12 +0100)
Reported by: gentoofan

ChangeLog
util/grub-install.in

index 500105c6250f4a8593b9363d4177ee6ab45c4c93..20b662316ca250c9bed0f211c6fb25db613e5a28 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index c709146547a4e59c1e1936f31a1c46a1f62fd74c..7e4bf1512e1b5f771b2b75a6b9450973c78f2b53 100644 (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