aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Wilberding <[email protected]>2015-03-31 16:36:52 -0700
committerJordan Wilberding <[email protected]>2015-03-31 16:36:52 -0700
commitde6b6aa7d48a7f1a238cd9667344d3054b184470 (patch)
treea1b540faee975d701844f7e7399407101f6090a7
parent64d99c36e5867469cbfc3940b5264de5a03cc028 (diff)
parentd675c2d49f969705786f6092b60bcf7964a52860 (diff)
downloadrelx-de6b6aa7d48a7f1a238cd9667344d3054b184470.tar.gz
relx-de6b6aa7d48a7f1a238cd9667344d3054b184470.tar.bz2
relx-de6b6aa7d48a7f1a238cd9667344d3054b184470.zip
Merge pull request #326 from tsloughter/windows
support spaces in erl path in windows script
-rw-r--r--priv/templates/bin_windows.dtl2
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