diff --git a/ChangeLog b/ChangeLog index e6a3c06e0..60ca2d8ee 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2009-07-02 Pavel Roskin + + * genparttoollist.sh: Add missing newline at the end. + 2009-07-01 Pavel Roskin * kern/x86_64/efi/callwrap.S: Add missing newline at the end. diff --git a/genparttoollist.sh b/genparttoollist.sh index c7ffc81b6..48a0efe55 100644 --- a/genparttoollist.sh +++ b/genparttoollist.sh @@ -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;}"