From 6e47d992600a1ff84fb1487fab0f83c1d9dcacb9 Mon Sep 17 00:00:00 2001
From: erickson <erickson@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Date: Thu, 18 Mar 2010 00:04:05 +0000
Subject: [PATCH] queue is an integer option

git-svn-id: svn://svn.open-ils.org/ILS/trunk@15895 dcc99617-32d9-48b4-a31d-7c20da2025e4
---
 Open-ILS/src/support-scripts/marc_stream_importer.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Open-ILS/src/support-scripts/marc_stream_importer.pl b/Open-ILS/src/support-scripts/marc_stream_importer.pl
index a0140d3b00..865792af08 100755
--- a/Open-ILS/src/support-scripts/marc_stream_importer.pl
+++ b/Open-ILS/src/support-scripts/marc_stream_importer.pl
@@ -43,7 +43,7 @@ my %defaults = (
     'password=s'    => '',
     'tempdir=s'     => '',
     'nolockfile'    => 1,
-    'queue'         => 1,
+    'queue=i'       => 1,
     'noqueue'       => 0,
     'wait=i'        => 5,
 );
-- 
2.11.0