diff options
author | José Valim <jose.valim@plataformatec.com.br> | 2012-07-26 17:56:30 +0200 |
---|---|---|
committer | José Valim <jose.valim@plataformatec.com.br> | 2012-07-26 17:56:30 +0200 |
commit | be2bffb3203adfc4d15198c1ae1905e85feb01e5 (patch) | |
tree | 2fa67cf1b7c32b468c07bbf0a96e258b4f306391 /bin/mix.bat | |
parent | 99965ab804b73f4fc84f98f45e918a90db64167a (diff) | |
download | elixir-be2bffb3203adfc4d15198c1ae1905e85feb01e5.tar.gz |
Adjustments for release
Diffstat (limited to 'bin/mix.bat')
-rw-r--r-- | bin/mix.bat | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/mix.bat b/bin/mix.bat index 88e67bc8f..0c7c1c485 100644 --- a/bin/mix.bat +++ b/bin/mix.bat @@ -1,2 +1,2 @@ @echo off -call %~dp0\elixir.bat -e "Mix.start; Mix.load /> Mix.run" %*
\ No newline at end of file +call %~dp0\elixir.bat -e "Mix.start" -e "Mix.CLI.run" -- %*
\ No newline at end of file |