$NetBSD: patch-ae,v 1.4 2008/09/22 12:16:16 thomasklausner Exp $

--- contrib/report.sh.orig	2004-09-22 05:41:51.000000000 +0000
+++ contrib/report.sh
@@ -160,7 +160,7 @@ fi
 TEST=`$WHICH dpkg 2> /dev/null`
 if test -n "$TEST"; then
   LINES=`dpkg -s libgmp3-dev | grep Version | wc -l`
-  if test "$LINES" == "1"
+  if test "$LINES" = "1"
   then
     VERSION=`dpkg -s libgmp3-dev | grep Version | awk '{print $2}'`
     echo "GMP            : libgmp3-dev-$VERSION.deb"
