Check-gl: Modified install script. 98/29498/1
authorminkee.lee <minkee.lee@samsung.com>
Tue, 28 Oct 2014 13:00:32 +0000 (22:00 +0900)
committerminkee.lee <minkee.lee@samsung.com>
Tue, 28 Oct 2014 13:07:26 +0000 (22:07 +0900)
- Removed /bin/bash's '-e' option to handle the check_gl return value.
  Install script with '-e' option terminates when check_gl return non-zero
  and rest of script become a dead code.

Change-Id: Ie7369b2b792bdd1459ae9c9102216f9f4cd20d20
Signed-off-by: minkee.lee <minkee.lee@samsung.com>
package/emulator-qemu-x86.install.ubuntu-32
package/emulator-qemu-x86.install.ubuntu-64

index 8a45603..cdd09d8 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -ex
+#!/bin/bash -x
 
 TIZEN_KVM_SCRIPT="/etc/init.d/tizen-kvm-multi"
 if [ -f ${TIZEN_KVM_SCRIPT} ]
index 4c313c6..b796b4b 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash -ex
+#!/bin/bash -x
 
 TIZEN_KVM_SCRIPT="/etc/init.d/tizen-kvm-multi"
 if [ -f ${TIZEN_KVM_SCRIPT} ]