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

Applied upstream 2009-02-21.

--- tools/mkfilelist.orig	2007-09-21 08:06:37.000000000 +0000
+++ tools/mkfilelist	2007-09-21 08:06:53.000000000 +0000
@@ -34,7 +34,7 @@
 		echo "$LINE" |
 		(
 			read LEAD NAME READ
-			test "x$NAME" == "x" && continue
+			test "x$NAME" = "x" && continue
 			case $LEAD in
 			D)	
 				loop "$1/$NAME/" "$2"
