aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-10-28 10:01:03 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-10-28 10:01:03 +0000
commit23f08fdde338f95966842fc53c16e98a8418bbb7 (patch)
treeee0ade1be28149e2793bbf05186c90c2296046e2 /scripts
parent4041c25dea14d097f32aebc4b3c3dfb43e58738d (diff)
downloadopenembedded-core-contrib-23f08fdde338f95966842fc53c16e98a8418bbb7.tar.gz
scripts/poky-env-internal: Unset BDIR after use
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/poky-env-internal2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal
index ee7a0a935c..c08bfd5c37 100755
--- a/scripts/poky-env-internal
+++ b/scripts/poky-env-internal
@@ -37,6 +37,8 @@ PKGDIR_MOBLIN="$OEROOT/meta-moblin/"
BUILDDIR="$OEROOT/$BDIR/"
MSG=''
+unset BDIR
+
BUILD_ARCH=`uname -m`
BUILD_OS=`uname | tr [A-Z] [a-z]`
BUILD_SYS="$BUILD_ARCH-$BUILD_OS"