Repository: incubator-ignite
Updated Branches:
  refs/heads/ignite-141 927678e53 -> 2866f02f2


# 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-141
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
 

Reply via email to