From a23ee92f2b5afe62995536d87703b1f6010deba0 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Sat, 14 Jun 2025 11:55:24 -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 fa83145..d1e9288 100755 --- a/default.inc +++ b/default.inc @@ -219,7 +219,7 @@ DIVIDER(){ fi local c=0; local dashes=''; until [ $c = ${length} ]; do local dashes="${dashes}-"; local c=`expr $c + 1`; done - [ ${1} -eq 1 ]) && echo + [ ${1} -eq 1 ] && echo [ "${clr}" == "." ] && echo ${dashes} || echo -e "${idsCL[${clr~}]}${dashes}${idsCL[Default]}" ([ ${1} -eq 2 ] || [ "${1}" == "true" ]) && echo }