package: add -e option to install script
authorsyeon.hwang <syeon.hwang@samsung.com>
Thu, 1 Nov 2012 07:53:39 +0000 (16:53 +0900)
committersyeon.hwang <syeon.hwang@samsung.com>
Thu, 1 Nov 2012 07:53:39 +0000 (16:53 +0900)
-e: show progress as log file

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
package/emulator-qemu-common.install.macos-64

index bbb774f..448a069 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
 
 TIZEN_SDK_INSTALL_PATH=`echo $INSTALLED_PATH`
 OLD_SHMMAXSIZE=`sysctl -n kern.sysv.shmmax`