svn commit: r213649 - head/usr.sbin/pc-sysinstall/backend

Warner Losh imp at FreeBSD.org
Sat Oct 9 08:39:14 UTC 2010


Author: imp
Date: Sat Oct  9 08:39:14 2010
New Revision: 213649
URL: http://svn.freebsd.org/changeset/base/213649

Log:
  Fix typo: thanks Kris for pointing this out.

Modified:
  head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh

Modified: head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh
==============================================================================
--- head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh	Sat Oct  9 08:07:49 2010	(r213648)
+++ head/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh	Sat Oct  9 08:39:14 2010	(r213649)
@@ -217,7 +217,7 @@ setup_mbr_partitions()
           
       # Now check that these values are sane
       case $FS in
-        UFS|UFS+S|UFS+J||UFS+SUJ|ZFS|SWAP) ;;
+        UFS|UFS+S|UFS+J|UFS+SUJ|ZFS|SWAP) ;;
        *) exit_err "ERROR: Invalid file system specified on $line" ;;
       esac
 


More information about the svn-src-all mailing list