From 36fe2c460c5ec35859b0bbd6c54b708850bb18a1 Mon Sep 17 00:00:00 2001 From: Matt Campbell Date: Wed, 19 Oct 2011 22:02:48 -0500 Subject: Don't run erl_args through set_trim Args provided by erlsrv.exe were being mostly discarded due to being processed through set_trim --- priv/templates/simplenode.windows.start_erl.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/priv/templates/simplenode.windows.start_erl.cmd b/priv/templates/simplenode.windows.start_erl.cmd index 33d21d0..ef38d52 100644 --- a/priv/templates/simplenode.windows.start_erl.cmd +++ b/priv/templates/simplenode.windows.start_erl.cmd @@ -4,7 +4,7 @@ @rem Other args are position dependent. @set args="%*" @for /F "delims=++ tokens=1,2,3" %%I in (%args%) do @( - @call :set_trim erl_args %%I + @set erl_args=%%I @call :set_trim node_name %%J @call :set_trim node_root %%K ) -- cgit v1.1