Skip to content

Commit 77e142d

Browse files
committed
Merge pull request #4077 from f-lombardo/win-mix-bat
mix.bat changed to emulate mix script on Unix-like systems. Solves #4075
2 parents 5e15f2e + 6f80bf1 commit 77e142d

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)