[Title] fixed bug in native-make.
authorGun Kim <gune.kim@samsung.com>
Thu, 21 Mar 2013 01:23:02 +0000 (10:23 +0900)
committerGun Kim <gune.kim@samsung.com>
Thu, 21 Mar 2013 01:24:17 +0000 (10:24 +0900)
[Type]
[Module]
[Priority]
[Jira#]
[Redmine#]
[Problem]
[Cause]
[Solution]
[TestCase]

Change-Id: Ibf1f5f480dd3c102d44c844406049c0d3811a95f

org.tizen.cli/doc/install/native_bin/native-make

index f158928..647862a 100755 (executable)
@@ -35,7 +35,7 @@ do
        fi
 done
 
-if [ -z "$BUILD_DATA" -o -z "$MAKEFILE"]
+if [ -z "$BUILD_DATA" -o -z "$MAKEFILE" ]
 then
        echo "error: cannot find build_data or makefile"
        echo "error: build_data, makefile is normally located in {project}/CommandLineBuild"