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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to