X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=usr_bin%2Fgrml-slrn;h=8dea352962d2269fe2d73f83dc2488d8a37a27a0;hb=bcc0abeb27498124fcfe7770d590c1fb9c69076c;hp=8ba20f588992ed899c8cca35fd1aec2df954f664;hpb=fd807f3090df67bc5856eacd59991e16055059f1;p=grml-scripts.git diff --git a/usr_bin/grml-slrn b/usr_bin/grml-slrn index 8ba20f5..8dea352 100755 --- a/usr_bin/grml-slrn +++ b/usr_bin/grml-slrn @@ -293,10 +293,10 @@ case $retval in esac writecolors() { - if [ "$COLOR" == 'light' ] ; then + if [ "$COLOR" = 'light' ] ; then lightcolors fi - if [ "$COLOR" == 'dark' ] ; then + if [ "$COLOR" = 'dark' ] ; then darkcolors fi }