plugins cmd space in filename
This commit is contained in:
parent
c9aca22162
commit
3360b2f8e7
|
@ -76,7 +76,7 @@ cd /d !dest_path!..\plugins
|
||||||
set current_path=%cd%
|
set current_path=%cd%
|
||||||
set plugins=
|
set plugins=
|
||||||
for /d %%P in (*) do (
|
for /d %%P in (*) do (
|
||||||
set "plugins=!plugins!!current_path!\%%P\ebin "
|
set "plugins=!plugins!"!current_path!\%%P\ebin" "
|
||||||
)
|
)
|
||||||
cd /d %node_root%
|
cd /d %node_root%
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@ cd /d !dest_path!..\plugins
|
||||||
set current_path=%cd%
|
set current_path=%cd%
|
||||||
set plugins=
|
set plugins=
|
||||||
for /d %%P in (*) do (
|
for /d %%P in (*) do (
|
||||||
set "plugins=!plugins!!current_path!\%%P\ebin "
|
set "plugins=!plugins!"!current_path!\%%P\ebin" "
|
||||||
)
|
)
|
||||||
cd /d %node_root%
|
cd /d %node_root%
|
||||||
@%erl_exe% %erl_args% -boot %boot_file% -config %app_config% -args_file %vm_args% -pa %plugins%
|
@%erl_exe% %erl_args% -boot %boot_file% -config %app_config% -args_file %vm_args% -pa %plugins%
|
||||||
|
|
Loading…
Reference in New Issue