1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-02 12:20:51 +00:00

Fix typo: thanks Kris for pointing this out.

This commit is contained in:
Warner Losh 2010-10-09 08:39:14 +00:00
parent 64dd590ece
commit 7dae3d772a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=213649

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