Change script names for macos 38/184338/1
authorJunghoon Park <jh9216.park@samsung.com>
Tue, 17 Jul 2018 08:52:13 +0000 (17:52 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Tue, 17 Jul 2018 08:52:13 +0000 (17:52 +0900)
Change-Id: Ia4cac4ab9966cd5d04b71828c2a4cde1567acd70
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
package/build.macos [moved from package/build.macos-64 with 100% similarity]
package/tidlc.install.macos [moved from package/tidlc.install.darwin with 95% similarity]
package/tidlc.remove.macos [moved from package/tidlc.remove.darwin with 96% similarity]

similarity index 100%
rename from package/build.macos-64
rename to package/build.macos
similarity index 95%
rename from package/tidlc.install.darwin
rename to package/tidlc.install.macos
index 079aaf0..0f5b6fe 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -x
+#!/bin/bash -ex
 
 s=`cat ${HOME}/.bashrc | grep -n "## Tizen SDK configuration" | cut -f1 -d":"`
 
similarity index 96%
rename from package/tidlc.remove.darwin
rename to package/tidlc.remove.macos
index 13ed7c6..dabf205 100755 (executable)
@@ -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":"`