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