From b2f32e7a4ebfbbe0878ed89d4a8370e130de53ed Mon Sep 17 00:00:00 2001 From: Tadao Tanikawa Date: Thu, 6 Jul 2017 17:21:12 +0900 Subject: Executing /bin/bash explicitly To resolve issue of SPEC-699, afm-install began to use PIPESTATUS[] to catch error from dbus-send. But the /bin/sh is still specified even though it is an unique function of Bash. Note: Because current AGL has Bash and /bin/sh is symbolic link to /bin/bash, it works with no error before this fix applied. Bug-AGL: SPEC-699 Change-Id: I730de85d593f6371210cf1424e7bc39ca9365f2f Signed-off-by: Tadao Tanikawa Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10055 Tested-by: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-app-framework/recipes-core/af-main/af-main/afm-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-app-framework/recipes-core/af-main/af-main/afm-install b/meta-app-framework/recipes-core/af-main/af-main/afm-install index aadcae213..83744ebae 100755 --- a/meta-app-framework/recipes-core/af-main/af-main/afm-install +++ b/meta-app-framework/recipes-core/af-main/af-main/afm-install @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash pretty() { sed \ -- cgit 1.2.3-korg