aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--priv/templates/extended_bin_windows4
1 files changed, 2 insertions, 2 deletions
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