From fbb4848ac035100abe22a9db39d79e57a9457243 Mon Sep 17 00:00:00 2001 From: fzielcke Date: Mon, 13 Apr 2009 15:37:38 +0000 Subject: [PATCH] move fi one line below --- util/grub.d/10_freebsd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/grub.d/10_freebsd.in b/util/grub.d/10_freebsd.in index c537f1710..24dbbd24c 100644 --- a/util/grub.d/10_freebsd.in +++ b/util/grub.d/10_freebsd.in @@ -61,8 +61,8 @@ EOF 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} }