$NetBSD: patch-ab,v 1.9 2006/10/17 08:26:16 markd Exp $

--- development/Win32/packaging/build_lyxwin.sh.orig	2006-10-17 21:18:46.000000000 +1300
+++ development/Win32/packaging/build_lyxwin.sh
@@ -72,7 +72,7 @@ modify_version_C()
 	    echo "Unable to find ${VERSION_C}"
 	    return
 	}
-	test "${LYX_VERSION_STR}" == "" && return
+	test "${LYX_VERSION_STR}" = "" && return
 
 	sed '/char const \* lyx_version = /s/"[^"]*"/"'${LYX_VERSION_STR}'"/' \
 	    ${VERSION_C} > tmp.$$
