]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
build-env.sh: add missing export statement.
authorRene Wagner <rw@handhelds.org>
Sat, 1 Jul 2006 21:19:39 +0000 (23:19 +0200)
committerRene Wagner <rw@handhelds.org>
Sat, 1 Jul 2006 21:19:39 +0000 (23:19 +0200)
Signed-off-by: Rene Wagner <rw@handhelds.org>
setup/build-env.sh

index 50d844660a4c4fc5ad259363991fad5997c29a71..d5fdab45f0d4a814b9e4e12adebd691a3ede1f59 100755 (executable)
@@ -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 \