You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ak...@apache.org on 2015/03/05 04:13:39 UTC

[2/6] incubator-ignite git commit: # sprint-2 Fixed replace in build script.

# 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/ignite-187
Commit: 96d91090900e556c0d845744e2d5d9d54a2f0f4d
Parents: d6cf7b4
Author: anovikov <an...@gridgain.com>
Authored: Thu Mar 5 08:16:29 2015 +0700
Committer: anovikov <an...@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