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-hbase1.x Commit: 2cfc1b88d797c7c9c0febd9a55ebe90095203b01 Parents: da2d4d0 Author: Hongbin Ma <mahong...@apache.org> Authored: Thu Nov 3 10:33:34 2016 +0800 Committer: Hongbin Ma <mahong...@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