Travis, fix a hang on OSX
This commit is contained in:
parent
c3087251e7
commit
bdfeb7c3a3
2
neofetch
2
neofetch
|
@ -2797,7 +2797,7 @@ while [ "$1" ]; do
|
||||||
|
|
||||||
printinfo () {
|
printinfo () {
|
||||||
for func in "${info[@]}"; do
|
for func in "${info[@]}"; do
|
||||||
info "${func^^}" $func
|
info "$(tr '[:lower:]' '[:upper:]' <<< "$func")" $func
|
||||||
done
|
done
|
||||||
printf "%b%s" "\033[$(tput lines)H"
|
printf "%b%s" "\033[$(tput lines)H"
|
||||||
}
|
}
|
||||||
|
|
Reference in New Issue