Fix for myip, thanks to wuehlmaus and schula.
[grml-scripts-core.git] / usr_bin / grml-mutt
index 135ad3c..589573e 100755 (executable)
@@ -362,7 +362,7 @@ case $retval in
 esac
 
 writecolors() {
-  if [ "$COLOR" == 'light' ] ; then
+  if [ "$COLOR" = 'light' ] ; then
     lightcolors
   fi
 }