From 563d2622309fa9aace05f3ca12cf847d00341625 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Mon, 8 Aug 2016 14:25:17 -0400 Subject: [PATCH] minor whitespace correction Signed-off-by: Galen Charlton --- eg_staged_bib_overlay | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eg_staged_bib_overlay b/eg_staged_bib_overlay index 7e57e9a..4df0cde 100755 --- a/eg_staged_bib_overlay +++ b/eg_staged_bib_overlay @@ -285,7 +285,7 @@ sub handle_stage_bibs { my $marc = MARC::Record->new_from_usmarc($_); my $bibid = $marc->subfield('901', 'c'); if ($bibid !~ /^\d+$/) { - die('Subfield 901$c is not numeric or missing.'); + die('Subfield 901$c is not numeric or missing.'); } my $xml = OpenILS::Application::AppUtils->entityize($marc->as_xml_record()); $ins->execute($xml, $bibid); -- 1.7.2.5