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

[2/8] 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/2cfc1b88
Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/2cfc1b88
Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/2cfc1b88

Branch: refs/heads/yang21-cdh5.7
Commit: 2cfc1b88d797c7c9c0febd9a55ebe90095203b01
Parents: da2d4d0
Author: Hongbin Ma <ma...@apache.org>
Authored: Thu Nov 3 10:33:34 2016 +0800
Committer: Hongbin Ma <ma...@apache.org>
Committed: Thu Nov 3 10:33:57 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/2cfc1b88/build/bin/get-properties.sh
----------------------------------------------------------------------
diff --git a/build/bin/get-properties.sh b/build/bin/get-properties.sh
index a53de6b..b0c7387 100755
--- a/build/bin/get-properties.sh
+++ b/build/bin/get-properties.sh
@@ -30,4 +30,4 @@ do
    :
    result=$i
 done
-echo $result
\ No newline at end of file
+echo "$result"
\ No newline at end of file