Repository: incubator-ignite Updated Branches: refs/heads/sprint-2 d6cf7b462 -> 96d910909
# sprint-2 Fixed replace in build script. Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/96d91090 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/96d91090 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/96d91090 Branch: refs/heads/sprint-2 Commit: 96d91090900e556c0d845744e2d5d9d54a2f0f4d Parents: d6cf7b4 Author: anovikov <anovi...@gridgain.com> Authored: Thu Mar 5 08:16:29 2015 +0700 Committer: anovikov <anovi...@gridgain.com> Committed: Thu Mar 5 08:16:29 2015 +0700 ---------------------------------------------------------------------- bin/ignitevisorcmd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/96d91090/bin/ignitevisorcmd.sh ---------------------------------------------------------------------- diff --git a/bin/ignitevisorcmd.sh b/bin/ignitevisorcmd.sh index 3242531..12235a0 100755 --- a/bin/ignitevisorcmd.sh +++ b/bin/ignitevisorcmd.sh @@ -20,7 +20,7 @@ # Import common functions. # if [ "${IGNITE_HOME}" = "" ]; - then IGNITE_HOME_TMP="$(dirname "$(cd "$(dirname "$0")"; "pwd")")";IGNITE_HOME_TMP="$(dirname "${IGNITE_HOME_TMP}")" # Will be removed in release. + then IGNITE_HOME_TMP="$(dirname "$(cd "$(dirname "$0")"; "pwd")")"; else IGNITE_HOME_TMP=${IGNITE_HOME}; fi