From: erickson Date: Sat, 3 Nov 2007 22:41:30 +0000 (+0000) Subject: shifting the config file name twice (from ARGV) was not intended X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=7c913e19ec8a4e1ce49a9a16977d379b5e138955;p=Evergreen.git shifting the config file name twice (from ARGV) was not intended git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_1_2@7978 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/src/support-scripts/offline-blocked-list.pl b/Open-ILS/src/support-scripts/offline-blocked-list.pl index cdb80b9757..e2714e3a00 100755 --- a/Open-ILS/src/support-scripts/offline-blocked-list.pl +++ b/Open-ILS/src/support-scripts/offline-blocked-list.pl @@ -54,8 +54,6 @@ if(1) { # XXX command line param use OpenSRF::System; use OpenSRF::AppSession; - my $config = shift || die "Please specify a config file\n"; - OpenSRF::System->bootstrap_client( config_file => $config ); my $ses = OpenSRF::AppSession->connect( 'open-ils.storage' );