Fix travis overlap

This commit is contained in:
Dylan 2016-03-26 14:20:28 +11:00
parent 98313547e9
commit f2253afbfa
1 changed files with 1 additions and 0 deletions

View File

@ -2796,6 +2796,7 @@ while [ "$1" ]; do
info=(title underline distro kernel uptime packages shell resolution de wm theme icons cpu gpu memory font disk battery song localip publicip users birthday cols)
printinfo () {
printf "\n"
for func in "${info[@]}"; do
info "${func^^}" $func
done