openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : openap-main/scripts mklibs,1.7,1.8


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main/scripts mklibs,1.7,1.8
Date: Fri, 09 Aug 2002 18:57:25 -0400

Update of /cvsroot/openap/openap-main/scripts
In directory subversions:/tmp/cvs-serv9250/scripts

Modified Files:
        mklibs 
Log Message:
I don't need this hack anymore, not sure why.


Index: mklibs
===================================================================
RCS file: /cvsroot/openap/openap-main/scripts/mklibs,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- mklibs      9 Aug 2002 20:28:40 -0000       1.7
+++ mklibs      9 Aug 2002 22:57:23 -0000       1.8
@@ -166,7 +166,7 @@
 def find_lib(lib):
     for path in lib_path:
         if os.access(path + "/" + lib, os.F_OK):
-            return resolve_link(path + "/" + lib)
+            return path + "/" + lib
 
     return ""
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]