Fix backward conditional.

Pointed out by: david boyer
This commit is contained in:
Warner Losh 2018-02-03 21:56:38 +00:00
parent a184696e5a
commit 9a0e2e232b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328833

View File

@ -29,8 +29,8 @@
#
# Media geometry, only relevant if bios doesn't understand LBA.
[ -z "$NANO_SECTS" ] || NANO_SECTS=63
[ -z "$NANO_HEADS" ] || NANO_HEADS=16
[ -n "$NANO_SECTS" ] || NANO_SECTS=63
[ -n "$NANO_HEADS" ] || NANO_HEADS=16
# Functions and variable definitions used by the legacy nanobsd
# image building system.