Procházet zdrojové kódy

plugins cmd space in filename

Oliver Bollmann před 10 roky
rodič
revize
3360b2f8e7
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      rel/files/emqttd.cmd
  2. 1 1
      rel/files/start_erl.cmd

+ 1 - 1
rel/files/emqttd.cmd

@@ -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%
 
 

+ 1 - 1
rel/files/start_erl.cmd

@@ -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%