From ae24c2d16ca462b5b311a3c4c265758de324d479 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Thu, 11 Dec 2008 10:36:04 -0600 Subject: [PATCH] minor fixes to UNIMARC_sync_date_created_with_marc_biblio.pl - chmod 0755 - add newline in error message shown if attempting to run in MARC21 database Signed-off-by: Galen Charlton --- misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl diff --git a/misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl b/misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl old mode 100644 new mode 100755 index c94a5a4eed..3aef5c6cbe --- a/misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl +++ b/misc/maintenance/UNIMARC_sync_date_created_with_marc_biblio.pl @@ -69,5 +69,5 @@ if (lc(C4::Context->preference('marcflavour')) eq "unimarc"){ process(); } else { - print "this script is UNIMARC only and should be used only on unimarc databases"; + print "this script is UNIMARC only and should be used only on unimarc databases\n"; } -- 2.20.1