From 6be503aa02e9db6d9303f22b0cebc6712b0b72bf Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Mon, 11 Feb 2019 12:28:01 -0600 Subject: [PATCH] Update defaults.inc --- defaults.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/defaults.inc b/defaults.inc index fb2a1a9e..77188781 100755 --- a/defaults.inc +++ b/defaults.inc @@ -113,7 +113,7 @@ DIVIDER(){ if [ -z ${3+x} ]; then local length=70 else local length=$3 fi - local c=0; local dashes=''; until [ $c = ${length} ]; do local dashes="${dashes} "; local c=`expr $c + 1`; done + local c=0; local dashes=''; until [ $c = ${length} ]; do local dashes="${dashes}-"; local c=`expr $c + 1`; done echo -e "${idsCL[${clr~}]}${dashes}${idsCL[Default]}" if [ "$1" = true ]; then echo ""