Commit 91b563613e5c831998210a2c500ec4d2492a650b ("dhcp: switch to global var support") introduced global dhcp variables, but there was a typo in the boot script, with a forgotten open brace. Fix it. Signed-off-by: Josh Cartwright <joshc@xxxxxxxxxxxx> --- defaultenv/bin/boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaultenv/bin/boot b/defaultenv/bin/boot index c17ccdb..746d30c 100644 --- a/defaultenv/bin/boot +++ b/defaultenv/bin/boot @@ -50,7 +50,7 @@ if [ x$ip = xdhcp -o x$ip = "xdhcp-barebox" ]; then if [ x${global.dhcp.bootfile} != x ]; then kernelimage=${global.dhcp.bootfile} fi - if [ x$global.dhcp.oftree_file} != x ]; then + if [ x${global.dhcp.oftree_file} != x ]; then oftreeimage=${global.dhcp.oftree_file} fi fi -- 1.8.1.2 _______________________________________________ barebox mailing list barebox@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox