From 341f772a6d17462784244d11717255ca7916b801 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Fri, 19 Oct 2018 09:47:37 -0400 Subject: [PATCH] Whitespace cleanup. --- import-marc-auth.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/import-marc-auth.bat b/import-marc-auth.bat index bcef07eb90b..d83294c5159 100644 --- a/import-marc-auth.bat +++ b/import-marc-auth.bat @@ -9,7 +9,7 @@ goto end rem Make sure we know where the VuFind home directory lives: if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound -rem VUFIND_HOME not set -- try to call env.bat to +rem VUFIND_HOME not set -- try to call env.bat to rem fix the problem before we give up completely if exist env.bat goto useenvbat rem If env.bat doesn't exist, the user hasn't run the installer yet. @@ -53,4 +53,4 @@ set EXTRA_SOLRMARC_SETTINGS="-Dsolr.indexer.properties=%MAPPINGS_FILE%" rem Call the standard script: call %VUFIND_HOME%\import-marc.bat %1 -:end \ No newline at end of file +:end -- GitLab