[open-ils-commits] r7978 - branches/rel_1_2/Open-ILS/src/support-scripts

svn at svn.open-ils.org svn at svn.open-ils.org
Sat Nov 3 18:56:42 EDT 2007


Author: erickson
Date: 2007-11-03 18:41:30 -0400 (Sat, 03 Nov 2007)
New Revision: 7978

Modified:
   branches/rel_1_2/Open-ILS/src/support-scripts/offline-blocked-list.pl
Log:
shifting the config file name twice (from ARGV) was not intended

Modified: branches/rel_1_2/Open-ILS/src/support-scripts/offline-blocked-list.pl
===================================================================
--- branches/rel_1_2/Open-ILS/src/support-scripts/offline-blocked-list.pl	2007-11-03 22:39:49 UTC (rev 7977)
+++ branches/rel_1_2/Open-ILS/src/support-scripts/offline-blocked-list.pl	2007-11-03 22:41:30 UTC (rev 7978)
@@ -54,8 +54,6 @@
     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' );



More information about the open-ils-commits mailing list