Underline: Fix travis

This commit is contained in:
Dylan Araps 2017-01-28 07:30:13 +11:00
parent 599ab60909
commit 728357f4ad
1 changed files with 1 additions and 3 deletions

View File

@ -2584,11 +2584,9 @@ prin() {
}
get_underline() {
echo "$length"
if [[ "$underline_enabled" == "on" ]]; then
printf -v underline "%${length}s"
printf "%b\n" "${text_padding:+\033[${text_padding}C}${zws}${underline// /$underline_char}${reset} "
printf "%b\n" "${text_padding:+\033[${text_padding}C}${zws}${underline_color}${underline// /$underline_char}${reset} "
unset -v length
fi
prin=1