From: proski Date: Thu, 2 Jul 2009 04:12:23 +0000 (+0000) Subject: 2009-07-02 Pavel Roskin X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=b2582ec99ceb1970131e2f526f2837ce356ab4c4;p=grub2.git 2009-07-02 Pavel Roskin * genparttoollist.sh: Add missing newline at the end. --- 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;}"