summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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":"`