Loading contrib/functions.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ FAIL="[ fail ]" DOTSTRING="" cols=`tput cols` cols=$((cols - 10)) cols=$((cols / 2)) cols=$((cols - 10)) for i in `seq 1 $cols`; do DOTSTRING=$DOTSTRING"." done Loading Loading
contrib/functions.sh +1 −1 Original line number Diff line number Diff line Loading @@ -5,8 +5,8 @@ FAIL="[ fail ]" DOTSTRING="" cols=`tput cols` cols=$((cols - 10)) cols=$((cols / 2)) cols=$((cols - 10)) for i in `seq 1 $cols`; do DOTSTRING=$DOTSTRING"." done Loading