diff options
| author | Paul Jones <paulj@lshift.net> | 2009-08-20 10:56:38 +0100 |
|---|---|---|
| committer | Paul Jones <paulj@lshift.net> | 2009-08-20 10:56:38 +0100 |
| commit | c343b77479247a4ba9ff2bdba00213d1d919f929 (patch) | |
| tree | 7609eda4e520c5131be29da2a665f3fff517c393 /scripts/rabbitmq-activate-plugins.bat | |
| parent | 779cbbcaa7d59b8b9626eb8643179d3c9cf15c80 (diff) | |
| download | rabbitmq-server-git-c343b77479247a4ba9ff2bdba00213d1d919f929.tar.gz | |
Removed the default setup of ERLANG_HOME
Diffstat (limited to 'scripts/rabbitmq-activate-plugins.bat')
| -rw-r--r-- | scripts/rabbitmq-activate-plugins.bat | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/rabbitmq-activate-plugins.bat b/scripts/rabbitmq-activate-plugins.bat index 8bef4ad266..3540bf2d9b 100644 --- a/scripts/rabbitmq-activate-plugins.bat +++ b/scripts/rabbitmq-activate-plugins.bat @@ -30,10 +30,6 @@ REM REM Contributor(s): ______________________________________.
REM
-if "%ERLANG_HOME%"=="" (
- set ERLANG_HOME=%~dp0%..\..\..
-)
-
if not exist "%ERLANG_HOME%\bin\erl.exe" (
echo.
echo ******************************
|
