X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fgrml-muttng;h=55cc240616a9aa04efd4429df34b3f4ee4027276;hb=44813f34920b62ccb68172797ce3ee2ac056457a;hp=c539562905a69c8372b9e0d8dc6678af4a490f4b;hpb=e720deae78f1eda5e6f62629606c194f16796762;p=grml-scripts-core.git diff --git a/usr_bin/grml-muttng b/usr_bin/grml-muttng index c539562..55cc240 100755 --- a/usr_bin/grml-muttng +++ b/usr_bin/grml-muttng @@ -389,7 +389,7 @@ case $retval in esac writecolors() { - if [ "$COLOR" == 'light' ] ; then + if [ "$COLOR" = 'light' ] ; then lightcolors fi }