mirror of
https://github.com/sdkman/sdkman-cli.git
synced 2026-01-30 17:23:02 -05:00
Fix bug in rendering confirmation messages on certain platforms.
This commit is contained in:
@@ -96,6 +96,6 @@ function __sdkman_echo_confirm {
|
||||
if [[ "$sdkman_colour_enable" == 'false' ]]; then
|
||||
echo -n "$1"
|
||||
else
|
||||
echo -n "\033[1;33m$1\033[0m"
|
||||
echo -e -n "\033[1;33m$1\033[0m"
|
||||
fi
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user