$NetBSD$

--- fake_library_creator.sh	2007/10/29 00:02:39	1.1
+++ fake_library_creator.sh	2007/10/29 00:03:14
@@ -94,7 +94,7 @@
       fi
     fi
 
-    if [ "x$BASE_LIBNAME" == "x" ]
+    if [ "x$BASE_LIBNAME" = "x" ]
     then
 	MINUS_NLM=`basename $FILENAME .nlm`
 	if [ "x$MINUS_NLM" != "x$FILENAME" ]
@@ -106,7 +106,7 @@
 
     if [ "x$BASE_LIBNAME" != "x" ]
     then
-      if [ "x$LIB_EXT" == "x.nlm" ]
+      if [ "x$LIB_EXT" = "x.nlm" ]
       then
         IMPORT_FILE=$BASE_LIBNAME".imp"
         CREATION_FUNCTION_NAME=`grep "$EXPORT_PREFIX" $IMPORT_FILE | sort -u`
