Skip to content
Snippets Groups Projects
Commit 632405c1 authored by Stefan Weil's avatar Stefan Weil
Browse files

Fixed typo in comment.

parent fc4f3c88
No related merge requests found
...@@ -84,7 +84,7 @@ cd %VUFIND_HOME%\import ...@@ -84,7 +84,7 @@ cd %VUFIND_HOME%\import
for %%a in (%BASEPATH%\*.xml) do ( for %%a in (%BASEPATH%\*.xml) do (
echo Processing %%a... echo Processing %%a...
php import-xsl.php %%a %2 php import-xsl.php %%a %2
rem Unfortunately, PHP doesn't seem to set apropriate errorlevels, so error rem Unfortunately, PHP doesn't seem to set appropriate errorlevels, so error
rem detection doesn't work under Windows like it does under Linux... however, rem detection doesn't work under Windows like it does under Linux... however,
rem this code is retained in case PHP's behavior improves in the future! rem this code is retained in case PHP's behavior improves in the future!
if errorlevel 0 ( if errorlevel 0 (
......
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