From 54eef8f53aa218950af366e26523737ed78f9b08 Mon Sep 17 00:00:00 2001 From: CarlosEDP Date: Mon, 20 Jul 2015 15:46:09 -0300 Subject: Fix start script not loading sys.config in console --- priv/templates/extended_bin_windows | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'priv') diff --git a/priv/templates/extended_bin_windows b/priv/templates/extended_bin_windows index cb9f747..7adff36 100644 --- a/priv/templates/extended_bin_windows +++ b/priv/templates/extended_bin_windows @@ -110,7 +110,7 @@ :find_sys_config @set possible_sys=%rel_dir%\sys.config @if exist %possible_sys% ( - set sys_config=-config %possible_sys% + set sys_config=-config "%possible_sys%" ) @goto :eof @@ -186,7 +186,7 @@ :: Start a console :console -@start "%rel_name% console" %werl% -boot "%boot_script%" "%sys_config%" ^ +@start "%rel_name% console" %werl% -boot "%boot_script%" %sys_config% ^ -args_file "%vm_args%" @goto :eof -- cgit v1.2.3