shifting the config file name twice (from ARGV) was not intended
authorerickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 3 Nov 2007 22:39:49 +0000 (22:39 +0000)
committererickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Sat, 3 Nov 2007 22:39:49 +0000 (22:39 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@7977 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/support-scripts/offline-blocked-list.pl

index cdb80b9..e2714e3 100755 (executable)
@@ -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' );