diff options
author | Bikram Chatterjee <[email protected]> | 2017-09-26 18:21:49 +0200 |
---|---|---|
committer | Bikram Chatterjee <[email protected]> | 2017-09-26 18:21:49 +0200 |
commit | ad4df725fd01785dc07a7fea06d03dd039f956a8 (patch) | |
tree | 45db4463faa9ee36432256459f58c117abdd6792 /priv/templates | |
parent | 6821e8cc2c22e3bf4fa77a31a68f822f2180e294 (diff) | |
download | relx-ad4df725fd01785dc07a7fea06d03dd039f956a8.tar.gz relx-ad4df725fd01785dc07a7fea06d03dd039f956a8.tar.bz2 relx-ad4df725fd01785dc07a7fea06d03dd039f956a8.zip |
reverted ini deletion
Diffstat (limited to 'priv/templates')
-rw-r--r-- | priv/templates/extended_bin_windows | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/priv/templates/extended_bin_windows b/priv/templates/extended_bin_windows index 656aa05..d0c41d8 100644 --- a/priv/templates/extended_bin_windows +++ b/priv/templates/extended_bin_windows @@ -69,12 +69,6 @@ ) @endlocal && set erl_opts=%erl_opts% -:: Remove erl.ini to move the erts_dir freely -@set erl_ini=%erts_dir%\bin\erl.ini -@if exist "%erl_ini%" ( - del "%erl_ini%" -) - :: If a start.boot file is not present, copy one from the named .boot file @if not exist "%rel_dir%\start.boot" ( copy "%rel_dir%\%rel_name%.boot" "%rel_dir%\start.boot" >nul |