]> git.proxmox.com Git - grub2.git/commitdiff
2009-07-02 Pavel Roskin <proski@gnu.org>
authorproski <proski@localhost>
Thu, 2 Jul 2009 04:12:23 +0000 (04:12 +0000)
committerproski <proski@localhost>
Thu, 2 Jul 2009 04:12:23 +0000 (04:12 +0000)
* genparttoollist.sh: Add missing newline at the end.

ChangeLog
genparttoollist.sh

index e6a3c06e05b89475d96292c87324f4a2c86f1643..60ca2d8ee0f6a852b061edea0142c3746e59d980 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-07-02  Pavel Roskin  <proski@gnu.org>
+
+       * genparttoollist.sh: Add missing newline at the end.
+
 2009-07-01  Pavel Roskin  <proski@gnu.org>
 
        * kern/x86_64/efi/callwrap.S: Add missing newline at the end.
index c7ffc81b6c75644c329fd46d6c805fb6917bd2a9..48a0efe555adc82598efbab781b0aa6b564787f4 100644 (file)
@@ -16,4 +16,4 @@
 module=$1
 
 grep -v "^#" | sed -n \
- -e "/grub_parttool_register *( *\"/{s/.*( *\"\([^\"]*\)\".*/\1: $module/;p;}"
\ No newline at end of file
+ -e "/grub_parttool_register *( *\"/{s/.*( *\"\([^\"]*\)\".*/\1: $module/;p;}"