Skip to content

Commit 4d7c75f

Browse files
committed
Disambiguate (w)erl to (w)erl.exe
1 parent e7f3db9 commit 4d7c75f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/elixir.bat

+2-2
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ for /d %%d in ("%originPath%..\lib\*.") do (
9191
SETLOCAL disabledelayedexpansion
9292
:run
9393
IF %useWerl% EQU 1 (
94-
werl %ext_libs% -noshell %ELIXIR_ERL_OPTIONS% %parsErlang% -s elixir start_cli %beforeExtra% -extra %*
94+
werl.exe %ext_libs% -noshell %ELIXIR_ERL_OPTIONS% %parsErlang% -s elixir start_cli %beforeExtra% -extra %*
9595
) ELSE (
96-
erl %ext_libs% -noshell %ELIXIR_ERL_OPTIONS% %parsErlang% -s elixir start_cli %beforeExtra% -extra %*
96+
erl.exe %ext_libs% -noshell %ELIXIR_ERL_OPTIONS% %parsErlang% -s elixir start_cli %beforeExtra% -extra %*
9797
)

0 commit comments

Comments
 (0)