# ignite-164 : setGridGainHome -> setIgniteHome renaming at bin-s
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/09fae941 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/09fae941 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/09fae941 Branch: refs/heads/ignite-111 Commit: 09fae941cd4adab0373e4fc2c1b7db04f5c23dc4 Parents: ba232f8 Author: Artem Shutak <[email protected]> Authored: Thu Feb 5 16:36:37 2015 +0300 Committer: Artem Shutak <[email protected]> Committed: Thu Feb 5 16:36:37 2015 +0300 ---------------------------------------------------------------------- bin/ignite.sh | 2 +- bin/igniterouter.sh | 2 +- bin/ignitevisorcmd.sh | 2 +- bin/include/functions.sh | 2 +- bin/setup-hadoop.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/09fae941/bin/ignite.sh ---------------------------------------------------------------------- diff --git a/bin/ignite.sh b/bin/ignite.sh index 4e2f37c..bb60ace 100755 --- a/bin/ignite.sh +++ b/bin/ignite.sh @@ -41,7 +41,7 @@ checkJava # # Discover IGNITE_HOME environment variable. # -setGridGainHome +setIgniteHome if [ "${DEFAULT_CONFIG}" == "" ]; then DEFAULT_CONFIG=config/default-config.xml http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/09fae941/bin/igniterouter.sh ---------------------------------------------------------------------- diff --git a/bin/igniterouter.sh b/bin/igniterouter.sh index 58fa971..8f18108 100755 --- a/bin/igniterouter.sh +++ b/bin/igniterouter.sh @@ -36,7 +36,7 @@ source "${SCRIPTS_HOME}"/include/functions.sh # # Discover IGNITE_HOME environment variable. # -setGridGainHome +setIgniteHome # # Set router service environment. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/09fae941/bin/ignitevisorcmd.sh ---------------------------------------------------------------------- diff --git a/bin/ignitevisorcmd.sh b/bin/ignitevisorcmd.sh index 319d282..41ed014 100755 --- a/bin/ignitevisorcmd.sh +++ b/bin/ignitevisorcmd.sh @@ -37,7 +37,7 @@ checkJava # # Discover IGNITE_HOME environment variable. # -setGridGainHome +setIgniteHome # # Parse command line parameters. http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/09fae941/bin/include/functions.sh ---------------------------------------------------------------------- diff --git a/bin/include/functions.sh b/bin/include/functions.sh index 5abb2f5..96dcd82 100755 --- a/bin/include/functions.sh +++ b/bin/include/functions.sh @@ -78,7 +78,7 @@ checkJava() { # The function expects IGNITE_HOME_TMP variable is set and points to the directory where the callee script resides. # The function exports IGNITE_HOME variable with path to Ignite home directory. # -setGridGainHome() { +setIgniteHome() { # # Set IGNITE_HOME, if needed. # http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/09fae941/bin/setup-hadoop.sh ---------------------------------------------------------------------- diff --git a/bin/setup-hadoop.sh b/bin/setup-hadoop.sh index c2c492c..e82ffa1 100755 --- a/bin/setup-hadoop.sh +++ b/bin/setup-hadoop.sh @@ -47,7 +47,7 @@ source "${SCRIPTS_HOME}"/include/functions.sh # # Discover IGNITE_HOME environment variable. # -setGridGainHome +setIgniteHome # # Set utility environment.
