From 7dae3d772a2609d936d562aedd00a5e4ed9c4597 Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Sat, 9 Oct 2010 08:39:14 +0000 Subject: [PATCH] Fix typo: thanks Kris for pointing this out. --- usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh b/usr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh index 04bd0b4c291..2a0ac3d0150 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