From 78e6b77afdf04db79c9c5fc76d9fec65d3ac3b36 Mon Sep 17 00:00:00 2001
From: Demian Katz <demian.katz@villanova.edu>
Date: Thu, 18 Feb 2016 08:40:10 -0500
Subject: [PATCH] Restored endline to be on the safe side.

---
 import-marc.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/import-marc.sh b/import-marc.sh
index 76e390545f8..531e02db9f5 100755
--- a/import-marc.sh
+++ b/import-marc.sh
@@ -143,4 +143,4 @@ RUN_CMD="$JAVA $INDEX_OPTIONS -Duser.timezone=UTC -Dsolr.core.name=$SOLRCORE $EX
 echo "Now Importing $1 ..."
 # solrmarc writes log messages to stderr, write RUN_CMD to the same place
 echo "`date '+%h %d, %H:%M:%S'` $RUN_CMD" >&2
-exec $RUN_CMD
\ No newline at end of file
+exec $RUN_CMD
-- 
GitLab