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

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