Skip to content

Commit

Permalink
WIP fix: passing extra arguments in Batch
Browse files Browse the repository at this point in the history
  • Loading branch information
hauleth committed Dec 7, 2022
1 parent d2b40e7 commit 1426543
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/mix/lib/mix/tasks/release.init.ex
Original file line number Diff line number Diff line change
Expand Up @@ -386,13 +386,15 @@ defmodule Mix.Tasks.Release.Init do
goto end
:eval
shift
shift
"!REL_VSN_DIR!\elixir.bat" ^
--eval "%~2" ^
--cookie "!RELEASE_COOKIE!" ^
--erl-config "!RELEASE_SYS_CONFIG!" ^
--boot "!REL_VSN_DIR!\!RELEASE_BOOT_SCRIPT_CLEAN!" ^
--boot-var RELEASE_LIB "!RELEASE_ROOT!\lib" ^
--vm-args "!RELEASE_VM_ARGS!"
--vm-args "!RELEASE_VM_ARGS!" -- %*
goto end
:remote
Expand Down

0 comments on commit 1426543

Please sign in to comment.