Skip to content

Commit df1366c

Browse files
committed
elixir.bat fixed to prevent eating quotes
1 parent 0bcc02d commit df1366c

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)