We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b06a2d commit ca02603Copy full SHA for ca02603
bin/elixir
@@ -43,7 +43,7 @@ while [ $I -le $# ]; do
43
case "$PEEK" in
44
-v|--compile|--no-halt|+iex|+compile)
45
;;
46
- -e|-r|-pr|-pa|-pz|--remsh|-S)
+ -e|-r|-pr|-pa|-pz|--remsh)
47
S=2
48
49
--detached|--hidden)
bin/elixir.bat
@@ -98,7 +98,7 @@ for /f "usebackq" %%m in (`echo %par%^|findstr \+iex`) do (
98
for /f "usebackq" %%m in (`echo %par%^|findstr \+compile`) do (
99
goto:startloop
100
)
101
-for /f "usebackq" %%m in (`echo %par%^|findstr \-[erS]`) do (
+for /f "usebackq" %%m in (`echo %par%^|findstr \-[er]`) do (
102
shift
103
104
0 commit comments