[2099] move fi one line below
Felix Zielcke <[email protected]>
| Newsgroups | gmane.comp.boot-loaders.grub.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 2099
http://svn.sv.gnu.org/viewvc/?view=rev&root=grub&revision=2099
Author: fzielcke
Date: 2009-04-13 15:37:38 +0000 (Mon, 13 Apr 2009)
Log Message:
-----------
move fi one line below
Modified Paths:
--------------
trunk/grub2/util/grub.d/10_freebsd.in
Modified: trunk/grub2/util/grub.d/10_freebsd.in
===================================================================
--- trunk/grub2/util/grub.d/10_freebsd.in 2009-04-13 15:07:16 UTC (rev 2098)
+++ trunk/grub2/util/grub.d/10_freebsd.in 2009-04-13 15:37:38 UTC (rev 2099)
@@ -61,8 +61,8 @@
if [ x"$devices" != "x" ] ; then
cat << EOF
freebsd_loadenv ${devices_rel_dirname}/${devices_basename}
-fi
EOF
+ fi
cat << EOF
set FreeBSD.vfs.root.mountfrom=${kfreebsd_fs}:${root_device}
}