diff --git a/default.inc b/default.inc index 096ead4..7751c2b 100755 --- a/default.inc +++ b/default.inc @@ -177,9 +177,7 @@ DIVIDER(){ fi local c=0; local dashes=''; until [ $c = ${length} ]; do local dashes="${dashes}-"; local c=`expr $c + 1`; done [ "${clr}" == "." ] && echo ${dashes} || echo -e "${idsCL[${clr~}]}${dashes}${idsCL[Default]}" - if [ "$1" = true ]; then - echo "" - fi + [ "${1}" == "true" ] && echo } DIVIDER_C(){ [ -z ${2+x} ] && clr='yellow' || clr=$2