summaryrefslogtreecommitdiff
path: root/setup
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-07-01 23:19:39 +0200
committerRene Wagner <rw@handhelds.org>2006-07-01 23:19:39 +0200
commitc49b1414352fff5bc74b794d12e35cf4720c9f06 (patch)
tree3553e3484d12bf99a2440ab6b7c9298a7f0c33f6 /setup
parent4b5afd7eab8304c8e0e2f09e2dd1f5006b9e71b0 (diff)
build-env.sh: add missing export statement.
Signed-off-by: Rene Wagner <rw@handhelds.org>
Diffstat (limited to 'setup')
-rwxr-xr-xsetup/build-env.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/setup/build-env.sh b/setup/build-env.sh
index 50d8446..d5fdab4 100755
--- a/setup/build-env.sh
+++ b/setup/build-env.sh
@@ -175,6 +175,8 @@ ENVSCRIPT="${BUILD_DIR}/conf/env.sh"
cat > ${ENVSCRIPT} <<EOF
PATH="${BASE_DIR}/bitbake/bin:${PATH}"
BBPATH="${BUILD_DIR}:${BASE_DIR}/org.handhelds.familiar"
+
+export PATH BBPATH
EOF
zenity --info \