modified build script for hudson build fail
authorjaewon81.lim <jaewon81.lim@samsung.com>
Tue, 26 Jul 2011 07:10:23 +0000 (16:10 +0900)
committerjaewon81.lim <jaewon81.lim@samsung.com>
Tue, 26 Jul 2011 07:10:23 +0000 (16:10 +0900)
build.sh

index 4ece260..7dfb663 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -45,10 +45,10 @@ Usage : build.sh $1 TARGET_ECLIPSE_PATH
        exit 1
 fi
 
-if [ "x$3" != "x" ]
-then
-       build_path=$3
-fi
+#if [ "x$3" != "x" ]
+#then
+#      build_path=$3
+#fi
 
 platform=$1
 based_eclipse_path=$2