From 0851068bd75b23ae1fe9876a53a9bf39722aee38 Mon Sep 17 00:00:00 2001 From: dbs Date: Mon, 10 Dec 2007 19:53:46 +0000 Subject: [PATCH] Add another simple(ton) filter for build versions of libdbdpgsql.so git-svn-id: svn://svn.open-ils.org/ILS/trunk@8190 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/support-scripts/settings-tester.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/support-scripts/settings-tester.pl b/Open-ILS/src/support-scripts/settings-tester.pl index fe00d50a99..90c4e5317a 100755 --- a/Open-ILS/src/support-scripts/settings-tester.pl +++ b/Open-ILS/src/support-scripts/settings-tester.pl @@ -241,7 +241,7 @@ sub test_db_connect { 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. -- 2.11.0