You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by li...@apache.org on 2016/11/06 09:31:00 UTC

[24/49] kylin git commit: KYLIN-2155 get-properties.sh doesn't support parameters starting with -n (by Ricardo Jorge de Sousa Teixeira)

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/KYLIN-1971
Commit: f930472338a7cd6a5e07c7b6a7082e590fe06464
Parents: e8d1e34
Author: Hongbin Ma <ma...@apache.org>
Authored: Thu Nov 3 10:38:02 2016 +0800
Committer: Hongbin Ma <ma...@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"