From e131a6689a5f2dfde740ea0148e01679fc75a759 Mon Sep 17 00:00:00 2001 From: "jaewon81.lim" Date: Thu, 23 Jun 2011 16:40:17 +0900 Subject: [PATCH] bug fix in packaging_profiler.sh --- packaging_profiler.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging_profiler.sh b/packaging_profiler.sh index 0ff69d4..712c7ff 100755 --- a/packaging_profiler.sh +++ b/packaging_profiler.sh @@ -52,7 +52,7 @@ package() build_result_path="$build_path/$build_result_directory" builder_path="$start_path/builder" metadata_path=$start_path/builder/metadata - pkginfo_path=${meatdata_path}/pkginfo.manifest + pkginfo_path=$metadata_path/pkginfo.manifest package_version=`grep Version ${pkginfo_path}` ide_version=`echo $package_version | cut -f2 -d":" | tr -d [:blank:]` -- 2.7.4