diff --git a/defaults.inc b/defaults.inc index fda10e1f..99326ef1 100755 --- a/defaults.inc +++ b/defaults.inc @@ -79,7 +79,7 @@ DISP_HEADER(){ } DIVIDER(){ - if [ -z "$2" ]; then clr='Yellow' + if [ "$2" = "" ]; then clr='Yellow' else clr=$2 fi echo -e "${idsCL[${clr~}]}-----------------------------------------------------------------------${idsCL[Default]}"