Fix typo: thanks Kris for pointing this out.

This commit is contained in:
imp 2010-10-09 08:39:14 +00:00
parent dca49a4289
commit 69b5e27b62

View File

@ -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