Skip to content

Commit a6b9d2e

Browse files
author
José Valim
committed
Merge pull request #2324 from chyndman/elixir-bat-fix
elixir.bat fixed to prevent eating quotes
2 parents 0bcc02d + df1366c commit a6b9d2e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/elixir.bat

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
@echo off
2-
3-
if "%*"=="" goto documentation
2+
if "%1"=="" goto documentation
43
if "%1"=="--help" goto documentation
54
if "%1"=="-h" goto documentation
65
if "%1"=="/h" goto documentation

0 commit comments

Comments
 (0)