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 cecc8a0 commit 785c7d7Copy full SHA for 785c7d7
bin/elixir
@@ -81,7 +81,7 @@ done
81
SELF=$(readlink_f "$0")
82
SCRIPT_PATH=$(dirname "$SELF")
83
84
-if [ "$OSTYPE" = "cygwin" ]; then SCRIPT_PATH=$(cygpath -m "SCRIPT_PATH"); fi
+if [ "$OSTYPE" = "cygwin" ]; then SCRIPT_PATH=$(cygpath -m "$SCRIPT_PATH"); fi
85
if [ "$MODE" != "iex" ]; then ERL="-noshell -s elixir start_cli $ERL"; fi
86
87
# Check for terminal support
0 commit comments