Repository: kylin Updated Branches: refs/heads/master e8d1e345b -> f93047233
KYLIN-2155 get-properties.sh doesn't support parameters starting with -n (by Ricardo Jorge de Sousa Teixeira) Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/f9304723 Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/f9304723 Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/f9304723 Branch: refs/heads/master Commit: f930472338a7cd6a5e07c7b6a7082e590fe06464 Parents: e8d1e34 Author: Hongbin Ma <mahong...@apache.org> Authored: Thu Nov 3 10:38:02 2016 +0800 Committer: Hongbin Ma <mahong...@apache.org> Committed: Thu Nov 3 10:38:02 2016 +0800 ---------------------------------------------------------------------- build/bin/get-properties.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/f9304723/build/bin/get-properties.sh ---------------------------------------------------------------------- diff --git a/build/bin/get-properties.sh b/build/bin/get-properties.sh index 516e8c9..79f5030 100755 --- a/build/bin/get-properties.sh +++ b/build/bin/get-properties.sh @@ -24,4 +24,4 @@ then fi result=`cat ${KYLIN_HOME}/conf/kylin.properties | grep -w "^$1" | grep -v '^#' | awk -F= '{ n = index($0,"="); print substr($0,n+1)}' | cut -c 1- |tail -1` -echo $result +echo "$result"