]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
move fi one line below
authorfzielcke <fzielcke@localhost>
Mon, 13 Apr 2009 15:37:38 +0000 (15:37 +0000)
committerfzielcke <fzielcke@localhost>
Mon, 13 Apr 2009 15:37:38 +0000 (15:37 +0000)
util/grub.d/10_freebsd.in

index c537f17100c0473a7d404afbbef04f6db7e1be61..24dbbd24c0e35dfd8ae9afcb4b2a417f45d284ed 100644 (file)
@@ -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}
 }