summaryrefslogtreecommitdiffstats
path: root/meta-app-framework
diff options
context:
space:
mode:
authorTadao Tanikawa <tanikawa.tadao@jp.panasonic.com>2017-07-06 17:21:12 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-07-06 19:57:55 +0000
commit7f54d0b928d5d29e2a36635b2d40784d022aad61 (patch)
treeae1169888cb2c2bf9a1e9690bd8c432b23eb4c1c /meta-app-framework
parentb4cd3148e509f566b1a28a02a5f1032ad48aad8c (diff)
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 <tanikawa.tadao@jp.panasonic.com> Reviewed-on: https://gerrit.automotivelinux.org/gerrit/10053 Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org> Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-app-framework')
-rwxr-xr-xmeta-app-framework/recipes-core/af-main/af-main/afm-install2
1 files changed, 1 insertions, 1 deletions
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 \