mirror of
https://github.com/correl/rebar.git
synced 2025-03-25 21:05:07 -09: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.
|
||||
@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
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue