summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunghoon Park <jh9216.park@samsung.com>2018-07-17 17:52:13 +0900
committerJunghoon Park <jh9216.park@samsung.com>2018-07-17 17:52:13 +0900
commit1d7565aa2e574960005719f87304eaa873df2110 (patch)
tree368f215635b64c7228aebf710005791cb59a3b17
parent34dad38b1fc1a919c5ea96bfb08cb4b24e5759f0 (diff)
downloadtidl-1d7565aa2e574960005719f87304eaa873df2110.tar.gz
tidl-1d7565aa2e574960005719f87304eaa873df2110.tar.bz2
tidl-1d7565aa2e574960005719f87304eaa873df2110.zip
Change script names for macos
Change-Id: Ia4cac4ab9966cd5d04b71828c2a4cde1567acd70 Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
-rwxr-xr-xpackage/build.macos (renamed from package/build.macos-64)0
-rwxr-xr-xpackage/tidlc.install.macos (renamed from package/tidlc.install.darwin)2
-rwxr-xr-xpackage/tidlc.remove.macos (renamed from package/tidlc.remove.darwin)2
3 files changed, 2 insertions, 2 deletions
diff --git a/package/build.macos-64 b/package/build.macos
index 24c1756..24c1756 100755
--- a/package/build.macos-64
+++ b/package/build.macos
diff --git a/package/tidlc.install.darwin b/package/tidlc.install.macos
index 079aaf0..0f5b6fe 100755
--- a/package/tidlc.install.darwin
+++ b/package/tidlc.install.macos
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/bash -ex
s=`cat ${HOME}/.bashrc | grep -n "## Tizen SDK configuration" | cut -f1 -d":"`
diff --git a/package/tidlc.remove.darwin b/package/tidlc.remove.macos
index 13ed7c6..dabf205 100755
--- a/package/tidlc.remove.darwin
+++ b/package/tidlc.remove.macos
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash -ex
rm ${INSTALLED_PATH}/tidlc
s=`cat ${HOME}/.bashrc | grep -n "## Tizen SDK configuration" | cut -f1 -d":"`