summaryrefslogtreecommitdiffstats
path: root/scripts/oe-run-native
diff options
context:
space:
mode:
authorbrian avery <brian.avery@intel.com>2017-04-12 14:29:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-13 10:54:11 +0100
commit314df06b81fd4dff2e551207682b5821f1c37e48 (patch)
treec191bf3fae88b631a2a078498d4c8bb15994d5b5 /scripts/oe-run-native
parentc8b67a463f26a1f28bfad4be0952c6f67eab1e7f (diff)
downloadpoky-314df06b81fd4dff2e551207682b5821f1c37e48.tar.gz
oe-run-native: explicitly use bash
This script sources another script (oe-find-native-sysroot) with arguments. It was using /bin/sh. Sourcing with arguments works only in bash so it was failing in dash. This commit makes it dash proof. (From OE-Core rev: 334020a800434d20e7c3312890a2baca295c41c7) Signed-off-by: brian avery <brian.avery@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/oe-run-native')
-rwxr-xr-xscripts/oe-run-native2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-run-native b/scripts/oe-run-native
index de3c02ed34..12f7ce60f9 100755
--- a/scripts/oe-run-native
+++ b/scripts/oe-run-native
@@ -1,4 +1,4 @@
1#!/bin/sh 1#!/bin/bash
2# 2#
3# Copyright (c) 2016, Intel Corporation. 3# Copyright (c) 2016, Intel Corporation.
4# All Rights Reserved 4# All Rights Reserved