9
0
Fork 0

defaultenv: source the init_board so we can keep exported env

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2012-01-03 06:00:45 +01:00 committed by Sascha Hauer
parent ac10367f90
commit 36917282ea
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ if [ -e /dev/nand0 -a -n "$nand_parts" ]; then
fi
if [ -f /env/bin/init_board ]; then
/env/bin/init_board
. /env/bin/init_board
fi
echo