From d675c2d49f969705786f6092b60bcf7964a52860 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Tue, 31 Mar 2015 17:55:40 -0500 Subject: support spaces in erl path in windows script --- priv/templates/bin_windows.dtl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'priv/templates/bin_windows.dtl') diff --git a/priv/templates/bin_windows.dtl b/priv/templates/bin_windows.dtl index 226549d..3466292 100644 --- a/priv/templates/bin_windows.dtl +++ b/priv/templates/bin_windows.dtl @@ -34,7 +34,7 @@ cd %rootdir% @echo Rootdir=%converted_rootdir% >> "%erl_ini%" :: Start the release in an `erl` shell -@%erl% %erl_opts% %sys_config% -boot "%boot_script%" %* +@"%erl%" %erl_opts% %sys_config% -boot "%boot_script%" %* @goto :eof -- cgit v1.2.3