diff --git a/defaults.inc b/defaults.inc index 60aa87df..8cedb1ab 100755 --- a/defaults.inc +++ b/defaults.inc @@ -79,12 +79,9 @@ DISP_HEADER(){ } DIVIDER(){ - if [ -z "$2" ]; then - clr='Yellow' - else - clr=$2 + if [ -z "$2" ]; then clr='Yellow' + else clr=$2 fi -} echo -e "${idsCL[${clr}]}-----------------------------------------------------------------------${idsCL[Default]}" if [ "$1" = true ]; then echo ""