We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49b3b84 commit 321d5c6Copy full SHA for 321d5c6
activate.sh
@@ -60,10 +60,10 @@ if [ -n "${BASH:-}" ] || [ -n "${ZSH_VERSION:-}" ] ; then
60
hash -r 2>/dev/null
61
fi
62
63
-echo "${_MAGENTA}Enabled the .NET Core environment. Execute 'deactivate' to exit.${_RESET}"
+echo -e "${_MAGENTA}Enabled the .NET Core environment. Execute 'deactivate' to exit.${_RESET}"
64
65
if [ ! -f "$DOTNET_ROOT/dotnet" ]; then
66
- echo "${_YELLOW}.NET Core has not been installed yet. Run $DIR/restore.sh to install it.${_RESET}"
+ echo -e "${_YELLOW}.NET Core has not been installed yet. Run $DIR/restore.sh to install it.${_RESET}"
67
else
68
- echo "dotnet = $DOTNET_ROOT/dotnet"
+ echo -e "dotnet = $DOTNET_ROOT/dotnet"
69
0 commit comments