fix tizen_platform_env script wrong syntax
authorjuho <juho80.son@samsung.com>
Thu, 6 Dec 2012 04:50:07 +0000 (13:50 +0900)
committerjuho <juho80.son@samsung.com>
Thu, 6 Dec 2012 04:50:07 +0000 (13:50 +0900)
tizen_platform_env.sh

index b8df7c1..1efb6e1 100755 (executable)
@@ -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