[csw-devel] SF.net SVN: gar:[20193] csw/mgar/gar/v2/lib/python/inspective_package.py

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Jan 21 17:35:47 CET 2013


Revision: 20193
          http://gar.svn.sourceforge.net/gar/?rev=20193&view=rev
Author:   dmichelsen
Date:     2013-01-21 16:35:47 +0000 (Mon, 21 Jan 2013)
Log Message:
-----------
mGAR v2: Adjust regex string to suite Solaris 10 i386 output

Modified Paths:
--------------
    csw/mgar/gar/v2/lib/python/inspective_package.py

Modified: csw/mgar/gar/v2/lib/python/inspective_package.py
===================================================================
--- csw/mgar/gar/v2/lib/python/inspective_package.py	2013-01-21 16:23:00 UTC (rev 20192)
+++ csw/mgar/gar/v2/lib/python/inspective_package.py	2013-01-21 16:35:47 UTC (rev 20193)
@@ -445,7 +445,7 @@
        |\s*index\s*value\s+size\s+type\s+bind     # Symbol table header
         \s+oth\s+ver\s+shndx\s+name\s*$
 
-       |\s*index\s+flags\s+bound\sto\s+symbol\s*$ # Syminfo header
+       |\s*index\s+fla?gs\s+bound\sto\s+symbol\s*$ # Syminfo header
 
        |\s*$                                      # There is always a blank
                                                   # line before a new section

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list