From 5d9f7e56b3efb547a7642dbf8a5e928544ce66e7 Mon Sep 17 00:00:00 2001 From: erickson Date: Tue, 26 Jul 2005 23:28:26 +0000 Subject: [PATCH] for convenience, changed to work with new default layout git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@434 9efc2488-bf62-4759-914b-345cdb29e865 --- examples/math_bench.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/math_bench.pl b/examples/math_bench.pl index 2046757..38ad660 100755 --- a/examples/math_bench.pl +++ b/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/; -- 2.43.2