[gnome-continuous-yocto/gnomeostree-3.28-rocko: 5660/8267] oe-run-native: explicitly use bash



commit 314df06b81fd4dff2e551207682b5821f1c37e48
Author: brian avery <brian avery intel com>
Date:   Wed Apr 12 14:29:14 2017 -0700

    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>

 scripts/oe-run-native |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/scripts/oe-run-native b/scripts/oe-run-native
index de3c02e..12f7ce6 100755
--- a/scripts/oe-run-native
+++ b/scripts/oe-run-native
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 # Copyright (c) 2016,  Intel Corporation.
 # All Rights Reserved


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]