]> code.ossystems Code Review - openembedded-core.git/commitdiff
init-install-testfs: fix typo
authorCristian Iorga <cristian.iorga@intel.com>
Fri, 20 Jun 2014 15:42:18 +0000 (18:42 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 23 Jun 2014 16:51:22 +0000 (17:51 +0100)
_EOF marker was not used properly
(space left before end of line).

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/initrdscripts/files/init-install-testfs.sh

index d2cc6ac534fc101ba4bb1b5b9b653a6db577dce2..cf290a5befdec647906285c6877260bc574c029d 100644 (file)
@@ -183,7 +183,7 @@ menuentry "Linux" {
     set root=(hd0,1)
     linux /vmlinuz root=$rootfs $rootwait rw $5 $3 $4 quiet
 }
-_EOF 
+_EOF
     # Add the test label
     echo -ne "\nmenuentry 'test' {\nlinux /test-kernel root=$testfs rw $rootwait quiet\n}\n" >> $GRUBCFG