svn commit: r326717 - head/tools/tools/nanobsd/embedded

Warner Losh imp at FreeBSD.org
Fri Dec 8 21:59:43 UTC 2017


Author: imp
Date: Fri Dec  8 21:59:42 2017
New Revision: 326717
URL: https://svnweb.freebsd.org/changeset/base/326717

Log:
  Remove local here. It was a cut and paste error.
  
  Sponsored by: Netflix

Modified:
  head/tools/tools/nanobsd/embedded/common

Modified: head/tools/tools/nanobsd/embedded/common
==============================================================================
--- head/tools/tools/nanobsd/embedded/common	Fri Dec  8 21:01:09 2017	(r326716)
+++ head/tools/tools/nanobsd/embedded/common	Fri Dec  8 21:59:42 2017	(r326717)
@@ -477,7 +477,7 @@ dos_boot_part ( ) (
 )
 
 if [ -n "$NANO_BOOT_PKG" ]; then
-	local d=/usr/local/share/u-boot/${NANO_BOOT_PKG}
+	d=/usr/local/share/u-boot/${NANO_BOOT_PKG}
 	if [ ! -d ${d} ]; then
 		echo ${NANO_BOOT_PKG} not installed. Sadly, it must be.
 		exit 1


More information about the svn-src-all mailing list