Remove local here. It was a cut and paste error.

Sponsored by: Netflix
This commit is contained in:
Warner Losh 2017-12-08 21:59:42 +00:00
parent 656371d7c1
commit 7052e3fb73
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=326717

View File

@ -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