]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
* util/grub-install.in: Add missing "in" keyword.
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 18 May 2010 11:45:25 +0000 (13:45 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 18 May 2010 11:45:25 +0000 (13:45 +0200)
ChangeLog
util/grub-install.in

index 8e864dddb278a926fc08cbe917e0665004204a74..34e7b76ddd0a082de8fc52c2f01d3b5a026c8cde 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-18  Vladimir Serbinenko  <phcoder@gmail.com>
+
+       * util/grub-install.in: Add missing "in" keyword.
+
 2010-05-18  Vladimir Serbinenko  <phcoder@gmail.com>
 
        * util/grub-mkrescue.in: Remove -O i386-pc duplication.
index 8a93ace8c30ee47e010acef121420725c105f9ca..0db216fd51fc05851d8116d18d5b25d8a1f73025 100644 (file)
@@ -342,7 +342,7 @@ else
     prefix_drive=`$grub_probe --target=drive --device ${grub_device}` || exit 1
 fi
 
-case "${target_cpu}-${platform}"
+case "${target_cpu}-${platform}" in
     i386-pc) mkimage_target=i386-pc ;;
     sparc64-ieee1275) mkimage_target=sparc64-ieee1275-raw ;;
     mips-yeeloong) mkimage_target=mipsel-yeeloong-elf ;;