From: fzielcke Date: Mon, 13 Apr 2009 15:37:38 +0000 (+0000) Subject: move fi one line below X-Git-Tag: 1.98~1022 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fbb4848ac035100abe22a9db39d79e57a9457243;p=thirdparty%2Fgrub.git move fi one line below --- 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} }