[Zope-Checkins] CVS: Products/DCOracle2/src - testora:1.10

Matthew T. Kromer matt at zope.com
Fri Sep 12 12:56:40 EDT 2003


Update of /cvs-repository/Products/DCOracle2/src
In directory cvs.zope.org:/tmp/cvs-serv22318/src

Modified Files:
	testora 
Log Message:
Take out a typo I left in


=== Products/DCOracle2/src/testora 1.9 => 1.10 ===
--- Products/DCOracle2/src/testora:1.9	Fri Sep 12 12:45:41 2003
+++ Products/DCOracle2/src/testora	Fri Sep 12 12:56:40 2003
@@ -39,7 +39,7 @@
 	ORAINCLUDES=""
 	echo "Oracle 9i found."
 else
-	nm $ORACLE_HOME/lib/$LIBCLNTSH.so | grep OCIEnvCreate > /dev/null
+	nm $ORACLE_HOME/lib/$LIBCLNTSH | grep OCIEnvCreate > /dev/null
  	if [ "$?" = "0" ]; then
 		ORADEF="-DORACLE8i" 
 		ORAINCLUDES=""




More information about the Zope-Checkins mailing list