Revision: 2391
          http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2391
Author:   proski
Date:     2009-07-02 04:12:23 +0000 (Thu, 02 Jul 2009)
Log Message:
-----------
2009-07-02  Pavel Roskin  <[email protected]>

        * genparttoollist.sh: Add missing newline at the end.

Modified Paths:
--------------
    trunk/grub2/ChangeLog
    trunk/grub2/genparttoollist.sh

Modified: trunk/grub2/ChangeLog
===================================================================
--- trunk/grub2/ChangeLog       2009-07-02 00:21:07 UTC (rev 2390)
+++ trunk/grub2/ChangeLog       2009-07-02 04:12:23 UTC (rev 2391)
@@ -1,3 +1,7 @@
+2009-07-02  Pavel Roskin  <[email protected]>
+
+       * genparttoollist.sh: Add missing newline at the end.
+
 2009-07-01  Pavel Roskin  <[email protected]>
 
        * kern/x86_64/efi/callwrap.S: Add missing newline at the end.

Modified: trunk/grub2/genparttoollist.sh
===================================================================
--- trunk/grub2/genparttoollist.sh      2009-07-02 00:21:07 UTC (rev 2390)
+++ trunk/grub2/genparttoollist.sh      2009-07-02 04:12:23 UTC (rev 2391)
@@ -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;}"



Reply via email to