$NetBSD: patch-aa,v 1.5 2009/12/30 12:26:55 moubctez Exp $

--- tools/g51.extract_description.sh.orig	2009-12-11 09:26:10.000000000 +0000
+++ tools/g51.extract_description.sh
@@ -16,7 +16,7 @@ PATHGRASS50="$1"
 FILE=$PATHGRASS50/html/html/$2.html
 
 CUTLINE="`grep -ni '<H2>DESCRIPTION' $FILE | cut -d':' -f1`"
-if [ "$CUTLINE" == "" ] ; then
+if [ "$CUTLINE" = "" ] ; then
   echo "ERROR: no <H2>DESCRIPTION</H2> present in html file"
   exit
 fi
