From b2582ec99ceb1970131e2f526f2837ce356ab4c4 Mon Sep 17 00:00:00 2001 From: proski Date: Thu, 2 Jul 2009 04:12:23 +0000 Subject: [PATCH] 2009-07-02 Pavel Roskin * genparttoollist.sh: Add missing newline at the end. --- ChangeLog | 4 ++++ genparttoollist.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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;}"