Update default.inc

This commit is contained in:
2023-07-06 21:24:02 -05:00
parent ba43ce36a8
commit 4aef7544e9

View File

@@ -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