Remove local here. It was a cut and paste error.
Sponsored by: Netflix
This commit is contained in:
parent
656371d7c1
commit
7052e3fb73
@ -477,7 +477,7 @@ dos_boot_part ( ) (
|
|||||||
)
|
)
|
||||||
|
|
||||||
if [ -n "$NANO_BOOT_PKG" ]; then
|
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
|
if [ ! -d ${d} ]; then
|
||||||
echo ${NANO_BOOT_PKG} not installed. Sadly, it must be.
|
echo ${NANO_BOOT_PKG} not installed. Sadly, it must be.
|
||||||
exit 1
|
exit 1
|
||||||
|
Loading…
Reference in New Issue
Block a user