From: Gun Kim Date: Thu, 21 Mar 2013 01:23:02 +0000 (+0900) Subject: [Title] fixed bug in native-make. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9bc59c650cf5759ec7879cdbbf2ad8dde6f2921c;p=sdk%2Ftools%2Fcli.git [Title] fixed bug in native-make. [Type] [Module] [Priority] [Jira#] [Redmine#] [Problem] [Cause] [Solution] [TestCase] Change-Id: Ibf1f5f480dd3c102d44c844406049c0d3811a95f --- diff --git a/org.tizen.cli/doc/install/native_bin/native-make b/org.tizen.cli/doc/install/native_bin/native-make index f158928..647862a 100755 --- a/org.tizen.cli/doc/install/native_bin/native-make +++ b/org.tizen.cli/doc/install/native_bin/native-make @@ -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"