Update defaults.inc
This commit is contained in:
@@ -113,7 +113,7 @@ DIVIDER(){
|
|||||||
if [ -z ${3+x} ]; then local length=70
|
if [ -z ${3+x} ]; then local length=70
|
||||||
else local length=$3
|
else local length=$3
|
||||||
fi
|
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]}"
|
echo -e "${idsCL[${clr~}]}${dashes}${idsCL[Default]}"
|
||||||
if [ "$1" = true ]; then
|
if [ "$1" = true ]; then
|
||||||
echo ""
|
echo ""
|
||||||
|
|||||||
Reference in New Issue
Block a user