Fix for myip, thanks to wuehlmaus and schula.
[grml-scripts.git] / usr_bin / grml-slrn
index 8ba20f5..8dea352 100755 (executable)
@@ -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
 }