$NetBSD: patch-cr,v 1.1 2007/10/09 10:04:00 hira Exp $

--- setup_native/scripts/linuxpatchscript.sh.orig	2007-10-09 18:55:08.000000000 +0900
+++ setup_native/scripts/linuxpatchscript.sh	2007-10-09 18:55:25.000000000 +0900
@@ -49,7 +49,7 @@
   # Check, that $RPMLIST does not contain search toolbar rpm (then it is already installed)
   SEARCHTOOLBARINSTALLED=`grep searchtoolbar ${RPMLIST}`
 
-  if [ "x$SEARCHTOOLBARINSTALLED" == "x" ]; then
+  if [ "x$SEARCHTOOLBARINSTALLED" = "x" ]; then
     # Install the online update rpm
     RPMLIST="$RPMLIST $SEARCHTOOLBARRPM"
   fi
