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