Eliminate a typo that crept into a last minute change before commit :(

Noticed by: Olivier Cochard-Labbe
This commit is contained in:
Warner Losh 2015-12-13 04:15:13 +00:00
parent ed5ee4b7a5
commit 3a757adfa8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292147

View File

@ -1024,7 +1024,7 @@ export_var ( ) { # Don't wawnt a subshell
set_defaults_and_export ( ) {
: ${NANO_OBJ:=/usr/obj/nanobsd.${NANO_NAME}}
: ${MAKEOBJDIRPREFIX:=${NANO_OBJ}}
: ${NANO_DISKIMGDIR=:${NANO_OBJ}}
: ${NANO_DISKIMGDIR:=${NANO_OBJ}}
NANO_WORLDDIR=${NANO_OBJ}/_.w
NANO_MAKE_CONF_BUILD=${MAKEOBJDIRPREFIX}/make.conf.build
NANO_MAKE_CONF_INSTALL=${NANO_OBJ}/make.conf.install