From: sunghan Date: Wed, 2 Aug 2017 13:27:46 +0000 (+0900) Subject: execute shell as bash for create_appspec.sh X-Git-Tag: 1.1_Public_Release~411^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d9f659da24ddc69a44f80dcdc5187bb68daa09ad;p=rtos%2Ftinyara.git execute shell as bash for create_appspec.sh Even though the create_appspec.sh is executed as bash at Makefile.unix. It causes abnormal execution like below. -e USER_ENTRY=xxx '-e' is not needed at output file. --- diff --git a/apps/tools/create_appspec.sh b/apps/tools/create_appspec.sh index 40b4b25..b013905 100755 --- a/apps/tools/create_appspec.sh +++ b/apps/tools/create_appspec.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash ########################################################################### # # Copyright 2017 Samsung Electronics All Rights Reserved.