execute shell as bash for create_appspec.sh
authorsunghan <sh924.chang@samsung.com>
Wed, 2 Aug 2017 13:27:46 +0000 (22:27 +0900)
committersunghan <sh924.chang@samsung.com>
Thu, 3 Aug 2017 05:14:04 +0000 (14:14 +0900)
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.

apps/tools/create_appspec.sh

index 40b4b25..b013905 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 ###########################################################################
 #
 # Copyright 2017 Samsung Electronics All Rights Reserved.