Files
pkgsrc-ng/net/openwbem/patches/patch-ac
2013-09-26 17:14:40 +02:00

23 lines
628 B
Plaintext

$NetBSD: patch-ac,v 1.1.1.1 2007/10/29 15:05:21 agc Exp $
--- 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`