# ignite-sprint-5 - fixed comment.
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/7e599b61 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/7e599b61 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/7e599b61 Branch: refs/heads/ignite-836_2 Commit: 7e599b61d57754623de46aa4dd8407871a36f08c Parents: d21bc30 Author: Dmitiry Setrakyan <dsetrak...@gridgain.com> Authored: Wed May 13 16:55:45 2015 -0700 Committer: Dmitiry Setrakyan <dsetrak...@gridgain.com> Committed: Wed May 13 16:55:45 2015 -0700 ---------------------------------------------------------------------- bin/ignite.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/7e599b61/bin/ignite.sh ---------------------------------------------------------------------- diff --git a/bin/ignite.sh b/bin/ignite.sh index ee92d27..660a80f 100755 --- a/bin/ignite.sh +++ b/bin/ignite.sh @@ -58,7 +58,7 @@ fi # Set IGNITE_LIBS. # . "${SCRIPTS_HOME}"/include/setenv.sh -. "${SCRIPTS_HOME}"/include/build-classpath.sh # Will be removed in release. +. "${SCRIPTS_HOME}"/include/build-classpath.sh # Will be removed in the binary release. CP="${IGNITE_LIBS}" RANDOM_NUMBER=$("$JAVA" -cp "${CP}" org.apache.ignite.startup.cmdline.CommandLineRandomNumberGenerator)