Skip to content

Commit 6f80bf1

Browse files
committed
mix.bat changed to emulate mix script on Unix-like systems. This solves #4075
Using mix file as input to elixir. Note that #!/usr/bin/env elixir will be intepreted as an Elixir comment
1 parent 5e15f2e commit 6f80bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/mix.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" -e Mix.start -e Mix.CLI.main %*
2+
call "%~dp0\elixir.bat" "%~dp0\mix" %*

0 commit comments

Comments
 (0)