diff options
author | Tristan Sloughter <[email protected]> | 2015-03-31 17:55:40 -0500 |
---|---|---|
committer | Tristan Sloughter <[email protected]> | 2015-03-31 17:55:40 -0500 |
commit | d675c2d49f969705786f6092b60bcf7964a52860 (patch) | |
tree | a1b540faee975d701844f7e7399407101f6090a7 | |
parent | 64d99c36e5867469cbfc3940b5264de5a03cc028 (diff) | |
download | relx-d675c2d49f969705786f6092b60bcf7964a52860.tar.gz relx-d675c2d49f969705786f6092b60bcf7964a52860.tar.bz2 relx-d675c2d49f969705786f6092b60bcf7964a52860.zip |
support spaces in erl path in windows script
-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 |