Skip to content

Commit 1330de1

Browse files
Add environment variable to iex.bat so user can default to --werl if desired.
1 parent 076c8dc commit 1330de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/iex.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
@if defined ELIXIR_CLI_ECHO (@echo on) else (@echo off)
2-
call "%~dp0\elixir.bat" +iex --erl "-user Elixir.IEx.CLI" --no-halt %*
2+
call "%~dp0\elixir.bat" +iex --erl "-user Elixir.IEx.CLI" --no-halt %ELIXIR_IEX_FLAGS% %*

0 commit comments

Comments
 (0)