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 b3d2037 commit 2ae2b88Copy full SHA for 2ae2b88
bin/mix
@@ -13,5 +13,5 @@ SELF=$(readlink_f "$0")
13
SCRIPT_PATH=$(dirname "$SELF")
14
ERL_OPTS=""
15
16
-if [ "$1" == "iex" ]; then ERL_OPTS="-user Elixir-IEx-CLI -iex wait true"; fi
+if [ "$1" = "iex" ]; then ERL_OPTS="-user Elixir-IEx-CLI -iex wait true"; fi
17
exec "$SCRIPT_PATH"/elixir --erl "$ERL_OPTS" -e "Mix.start; Mix.CLI.run" -- "$@"
0 commit comments