Skip to content
Snippets Groups Projects
Commit 341f772a authored by Demian Katz's avatar Demian Katz Committed by GitHub
Browse files

Whitespace cleanup.

parent 81b120fd
Branches
Tags
No related merge requests found
...@@ -9,7 +9,7 @@ goto end ...@@ -9,7 +9,7 @@ goto end
rem Make sure we know where the VuFind home directory lives: rem Make sure we know where the VuFind home directory lives:
if not "!%VUFIND_HOME%!"=="!!" goto vufindhomefound 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 rem fix the problem before we give up completely
if exist env.bat goto useenvbat if exist env.bat goto useenvbat
rem If env.bat doesn't exist, the user hasn't run the installer yet. 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%" ...@@ -53,4 +53,4 @@ set EXTRA_SOLRMARC_SETTINGS="-Dsolr.indexer.properties=%MAPPINGS_FILE%"
rem Call the standard script: rem Call the standard script:
call %VUFIND_HOME%\import-marc.bat %1 call %VUFIND_HOME%\import-marc.bat %1
:end :end
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment