From 4aef7544e98cd46a469d962a0f10a0375d1de847 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 6 Jul 2023 21:24:02 -0500 Subject: [PATCH] Update default.inc --- default.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.inc b/default.inc index 9969ac7..a404323 100755 --- a/default.inc +++ b/default.inc @@ -174,7 +174,7 @@ DIVIDER(){ else local length=$3 fi 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]}" + [ "${clr}" == "." ] && echo ${dashes} || echo -e "${idsCL[${clr~}]}${dashes}${idsCL[Default]}" if [ "$1" = true ]; then echo "" fi