mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 03:00:17 +00:00
Don't run erl_args through set_trim
Args provided by erlsrv.exe were being mostly discarded due to being processed through set_trim
This commit is contained in:
parent
fb8732085e
commit
36fe2c460c
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
@rem Other args are position dependent.
|
@rem Other args are position dependent.
|
||||||
@set args="%*"
|
@set args="%*"
|
||||||
@for /F "delims=++ tokens=1,2,3" %%I in (%args%) do @(
|
@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_name %%J
|
||||||
@call :set_trim node_root %%K
|
@call :set_trim node_root %%K
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue