summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pc-sysinstall
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2010-10-09 08:39:14 +0000
committerimp <imp@FreeBSD.org>2010-10-09 08:39:14 +0000
commit69b5e27b6262ebefe667ae8ee68532c760620e48 (patch)
tree68d59b66cdb373ab6457683ba7a5472d4a03d040 /usr.sbin/pc-sysinstall
parentdca49a4289ccc5a7ea6ff861c2ca2608feb62d4d (diff)
downloadFreeBSD-src-69b5e27b6262ebefe667ae8ee68532c760620e48.zip
FreeBSD-src-69b5e27b6262ebefe667ae8ee68532c760620e48.tar.gz
Fix typo: thanks Kris for pointing this out.
Diffstat (limited to 'usr.sbin/pc-sysinstall')
-rwxr-xr-xusr.sbin/pc-sysinstall/backend/functions-bsdlabel.sh2
1 files changed, 1 insertions, 1 deletions
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
OpenPOWER on IntegriCloud