svn commit: r292147 - head/tools/tools/nanobsd

Warner Losh imp at FreeBSD.org
Sun Dec 13 04:15:15 UTC 2015


Author: imp
Date: Sun Dec 13 04:15:13 2015
New Revision: 292147
URL: https://svnweb.freebsd.org/changeset/base/292147

Log:
  Eliminate a typo that crept into a last minute change before commit :(
  
  Noticed by: Olivier Cochard-Labbe

Modified:
  head/tools/tools/nanobsd/defaults.sh   (contents, props changed)

Modified: head/tools/tools/nanobsd/defaults.sh
==============================================================================
--- head/tools/tools/nanobsd/defaults.sh	Sun Dec 13 04:15:10 2015	(r292146)
+++ head/tools/tools/nanobsd/defaults.sh	Sun Dec 13 04:15:13 2015	(r292147)
@@ -1024,7 +1024,7 @@ export_var ( ) {		# Don't wawnt a subshe
 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


More information about the svn-src-all mailing list