summaryrefslogtreecommitdiffstats
path: root/defaultenv
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2012-01-03 06:00:45 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2012-01-04 14:10:13 +0100
commit36917282ea6a94a3251d3a8eec3a36fea3182c36 (patch)
treeef4d38cd9513b702d1e39420ac1f1819a7d5c7a0 /defaultenv
parentac10367f902c5f97755abf2ba76458670ce466fb (diff)
downloadbarebox-36917282ea6a94a3251d3a8eec3a36fea3182c36.tar.gz
barebox-36917282ea6a94a3251d3a8eec3a36fea3182c36.tar.xz
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>
Diffstat (limited to 'defaultenv')
-rw-r--r--defaultenv/bin/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/defaultenv/bin/init b/defaultenv/bin/init
index b66f7d988c..b371c423a9 100644
--- a/defaultenv/bin/init
+++ b/defaultenv/bin/init
@@ -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