From a91939ac8da5d5bbe548d47956d8a12b519b91dd Mon Sep 17 00:00:00 2001 From: juho Date: Thu, 6 Dec 2012 13:50:07 +0900 Subject: [PATCH] fix tizen_platform_env script wrong syntax --- tizen_platform_env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tizen_platform_env.sh b/tizen_platform_env.sh index b8df7c1..1efb6e1 100755 --- a/tizen_platform_env.sh +++ b/tizen_platform_env.sh @@ -4,7 +4,7 @@ if [ -e "/opt/etc/dlog/.platformloggingon" ]; then export TIZEN_PLATFORMLOGGING_MODE=1 fi -if [ "$TIZEN_PLATFORMLOGGING_MODE" -eq "1"]; then +if [ "$TIZEN_PLATFORMLOGGING_MODE" -eq "1" ]; then dlevel=$(cat /opt/etc/.dloglevel) if [ "$dlevel" -eq "0" ]; then export TIZEN_DLOG_LEVEL=0 -- 2.7.4