From 69b5e27b6262ebefe667ae8ee68532c760620e48 Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 9 Oct 2010 08:39:14 +0000 Subject: Fix typo: thanks Kris for pointing this out. --- usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/pc-sysinstall') diff --git a/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh b/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh index 04bd0b4..2a0ac3d 100755 --- a/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh +++ b/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh @@ -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 -- cgit v1.1