$NetBSD: patch-ac,v 1.1.1.1 2007/09/21 05:12:08 martti Exp $

--- testw.orig	2007-09-21 08:08:32.000000000 +0000
+++ testw	2007-09-21 08:08:48.000000000 +0000
@@ -58,7 +58,7 @@
     while read type caps format comment; do
     
 	for i in $EXCL; do
-	    if [ "$format" == "$i" ]; then
+	    if [ "$format" = "$i" ]; then
 		caps="------"
 	    fi
 	done
@@ -97,7 +97,7 @@
     while read type caps format comment; do
     
 	for i in $EXCL; do
-		if [ "$format" == "$i" ]; then
+		if [ "$format" = "$i" ]; then
 			caps="------"
 		fi
 	done
