$NetBSD: patch-ac,v 1.2 2009/02/21 18:54:41 gdt Exp $

Applied upstream 2009-02-21.

--- 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
