Skip to content

Commit f5b0b71

Browse files
author
José Valim
committed
Do not abort erl names processing when +iex or +compile appear
1 parent d0ca92a commit f5b0b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/elixir

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ while [ $I -le $# ]; do
4141
S=1
4242
eval "PEEK=\${$I}"
4343
case "$PEEK" in
44-
-v|--compile|--no-halt)
44+
-v|--compile|--no-halt|+iex|+compile)
4545
;;
4646
-e|-r|-pr|-pa|-pz|--remsh|--cookie|-S)
4747
S=2

0 commit comments

Comments
 (0)