Skip to content

Commit

Permalink
Merge pull request #734 from vicbaz/master
Browse files Browse the repository at this point in the history
Handle multiple tokens
  • Loading branch information
tsloughter authored Jun 29, 2019
2 parents 8c7c727 + f1ca290 commit f6bdffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/extended_bin_windows
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@

:: Collect any additional VM args into erl_opts
@setlocal EnableDelayedExpansion
@for /f "usebackq tokens=1-2" %%I in (`findstr /r "^[^#]" "%vm_args%"`) do @(
@for /f "usebackq tokens=1,*" %%I in (`findstr /r "^[^#]" "%vm_args%"`) do @(
if not "%%I" == "-name" (
if not "%%I" == "-sname" (
if not "%%I" == "-setcookie" (
Expand Down

0 comments on commit f6bdffc

Please sign in to comment.