]> code.ossystems Code Review - openembedded-core.git/commit
oe-run-native: explicitly use bash
authorbrian avery <brian.avery@intel.com>
Wed, 12 Apr 2017 21:29:14 +0000 (14:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Apr 2017 09:52:54 +0000 (10:52 +0100)
commit334020a800434d20e7c3312890a2baca295c41c7
tree358973c1c7be744ff7f57a5b9ac3542628a33990
parentfc61211efd57d1858954e5cd241fce58dee9d01b
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.

Signed-off-by: brian avery <brian.avery@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/oe-run-native