From: erickson Date: Tue, 26 Jul 2005 23:28:26 +0000 (+0000) Subject: for convenience, changed to work with new default layout X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=98cc29e0578b28bb8f16adc104bcb0bc41d1a448;p=Evergreen.git for convenience, changed to work with new default layout git-svn-id: svn://svn.open-ils.org/ILS/trunk@1522 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/OpenSRF/examples/math_bench.pl b/OpenSRF/examples/math_bench.pl index 2046757fcc..38ad6609f9 100755 --- a/OpenSRF/examples/math_bench.pl +++ b/OpenSRF/examples/math_bench.pl @@ -1,6 +1,6 @@ #!/usr/bin/perl -w use strict;use warnings; -use OpenSRF::System qw(/pines/conf/client.conf); +use OpenSRF::System qw(/openils/conf/bootstrap.conf); use OpenSRF::Utils::SettingsClient; use Time::HiRes qw/time/; use OpenSRF::EX qw/:try/;