Skip to content

Commit

Permalink
fix load-kyuubi-env.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Emor-nj committed Jan 17, 2024
1 parent a101428 commit cc70387
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/load-kyuubi-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@


if [ -z "${KYUUBI_HOME}" ]; then
export ${KYUUBI_HOME:-"$(cd "$(dirname "$0")"/.. || exit; pwd)"}
export KYUUBI_HOME="${KYUUBI_HOME:-"$(cd "$(dirname "$0")"/.. || exit; pwd)"}"
fi
export KYUUBI_CONF_DIR="${KYUUBI_CONF_DIR:-"${KYUUBI_HOME}"/conf}"

Expand Down

0 comments on commit cc70387

Please sign in to comment.