Repository: kylin Updated Branches: refs/heads/master e7740c852 -> 38a76b6db
add the missing dir variable in kylin.sh back Project: http://git-wip-us.apache.org/repos/asf/kylin/repo Commit: http://git-wip-us.apache.org/repos/asf/kylin/commit/38a76b6d Tree: http://git-wip-us.apache.org/repos/asf/kylin/tree/38a76b6d Diff: http://git-wip-us.apache.org/repos/asf/kylin/diff/38a76b6d Branch: refs/heads/master Commit: 38a76b6dbd4ae7fa1921e85a7efb1fe8f5766f82 Parents: e7740c8 Author: gaodayue <gaoda...@meituan.com> Authored: Wed Jun 8 18:05:28 2016 +0800 Committer: gaodayue <gaoda...@meituan.com> Committed: Wed Jun 8 18:05:28 2016 +0800 ---------------------------------------------------------------------- build/bin/kylin.sh | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kylin/blob/38a76b6d/build/bin/kylin.sh ---------------------------------------------------------------------- diff --git a/build/bin/kylin.sh b/build/bin/kylin.sh index d8aeef5..2ea3a8c 100644 --- a/build/bin/kylin.sh +++ b/build/bin/kylin.sh @@ -21,6 +21,7 @@ # In addition, we should set a KYLIN_HOME for the global use as normal. KYLIN_HOME=`dirname $0`/.. export KYLIN_HOME=`cd "$KYLIN_HOME"; pwd` +dir="$KYLIN_HOME/bin" source ${dir}/check-env.sh mkdir -p ${KYLIN_HOME}/logs