From 727874d7cff259653aeb6dd4788323f60a8ebfdb Mon Sep 17 00:00:00 2001 From: "syeon.hwang" Date: Thu, 1 Nov 2012 16:53:39 +0900 Subject: [PATCH] package: add -e option to install script -e: show progress as log file Signed-off-by: Munkyu Im --- package/emulator-qemu-common.install.macos-64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/emulator-qemu-common.install.macos-64 b/package/emulator-qemu-common.install.macos-64 index bbb774f..448a069 100755 --- a/package/emulator-qemu-common.install.macos-64 +++ b/package/emulator-qemu-common.install.macos-64 @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/sh -e TIZEN_SDK_INSTALL_PATH=`echo $INSTALLED_PATH` OLD_SHMMAXSIZE=`sysctl -n kern.sysv.shmmax` -- 2.7.4