Travis, fix a hang on OSX

This commit is contained in:
Dylan 2016-03-26 14:52:30 +11:00
parent c3087251e7
commit bdfeb7c3a3

View file

@ -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"
}