diff options
Diffstat (limited to 'priv')
-rw-r--r-- | priv/templates/bin_windows.dtl | 2 |
1 files changed, 1 insertions, 1 deletions
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 |