mirror of
https://github.com/dylanaraps/neofetch.git
synced 2026-01-03 06:09:54 +00:00
Travis, fix a hang on OSX
This commit is contained in:
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
Block a user