From: Richard Purdie Date: Wed, 29 Mar 2006 14:18:18 +0000 (+0000) Subject: Fix a reference to OEPATH instead of OEROOT spotted by Genesis in #oe. X-Git-Tag: 2011-1~13053 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=24b8210a43c7e558aa8480200ce7e8d373dc5a1a;p=openembedded-core.git Fix a reference to OEPATH instead of OEROOT spotted by Genesis in #oe. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@342 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/setdevenv b/setdevenv index 9090681580..92ad41333e 100755 --- a/setdevenv +++ b/setdevenv @@ -42,7 +42,7 @@ export BBPATH # Blank this so we don't link non-arm libraries LD_LIBRARY_PATH= # Don't export TARGET_ARCH - it *will* cause build failures -export PATH LD_LIBRARY_PATH OEPATH +export PATH LD_LIBRARY_PATH OEROOT # Stop multi byte characters breaking the patcher stuff - This is for Redhat / Fedora people really export LANG=C