From 7052e3fb737b38b2fc2ffc7f8e9914500bfc7b1f Mon Sep 17 00:00:00 2001 From: Warner Losh Date: Fri, 8 Dec 2017 21:59:42 +0000 Subject: [PATCH] Remove local here. It was a cut and paste error. Sponsored by: Netflix --- tools/tools/nanobsd/embedded/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tools/nanobsd/embedded/common b/tools/tools/nanobsd/embedded/common index 4ad19872bfdf..509d1d5315a9 100644 --- a/tools/tools/nanobsd/embedded/common +++ b/tools/tools/nanobsd/embedded/common @@ -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