[open-ils-commits] r8190 - trunk/Open-ILS/src/support-scripts

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Dec 10 15:14:08 EST 2007


Author: dbs
Date: 2007-12-10 14:53:46 -0500 (Mon, 10 Dec 2007)
New Revision: 8190

Modified:
   trunk/Open-ILS/src/support-scripts/settings-tester.pl
Log:
Add another simple(ton) filter for build versions of libdbdpgsql.so


Modified: trunk/Open-ILS/src/support-scripts/settings-tester.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/settings-tester.pl	2007-12-10 19:41:48 UTC (rev 8189)
+++ trunk/Open-ILS/src/support-scripts/settings-tester.pl	2007-12-10 19:53:46 UTC (rev 8190)
@@ -241,7 +241,7 @@
 
 sub check_libdbd {
 	my $results = '';
-	my @location = `locate libdbdpgsql.so |grep -v home`; # simple(ton) attempt to filter out build versions
+	my @location = `locate libdbdpgsql.so | grep -v home | grep -v .libs`; # simple(ton) attempt to filter out build versions
 	if (scalar(@location) > 1) {
 
 		my $res = "Found more than one location for libdbdpgsql.so.



More information about the open-ils-commits mailing list