From: Robert Yang Date: Mon, 27 Mar 2017 10:39:13 +0000 (-0700) Subject: oe-run-native: OLDPATH -> OLD_PATH X-Git-Tag: yocto-2.3~260 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=1271d50e622cb3a0eef662de7112da04f05ef5bb;p=openembedded-core.git oe-run-native: OLDPATH -> OLD_PATH It's a typo. Signed-off-by: Robert Yang Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- diff --git a/scripts/oe-run-native b/scripts/oe-run-native index 7e26ea3fcc..f2453e705a 100755 --- a/scripts/oe-run-native +++ b/scripts/oe-run-native @@ -40,7 +40,7 @@ if [ -z "$SYSROOT_SETUP_SCRIPT" ]; then fi . $SYSROOT_SETUP_SCRIPT -OLDPATH=$PATH +OLD_PATH=$PATH # look for a tool only in native sysroot PATH=$OECORE_NATIVE_SYSROOT/usr/bin:$OECORE_NATIVE_SYSROOT/bin:$OECORE_NATIVE_SYSROOT/usr/sbin:$OECORE_NATIVE_SYSROOT/sbin