aboutsummaryrefslogtreecommitdiffstats
path: root/fop.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'fop.cmd')
-rw-r--r--fop.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/fop.cmd b/fop.cmd
index b8bfb2096..3a0538d5e 100644
--- a/fop.cmd
+++ b/fop.cmd
@@ -19,7 +19,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION
rem %~dp0 is the expanded pathname of the current script under NT
set LOCAL_FOP_HOME=
-if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME=%~dp0
+if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME="%~dp0"
rem Code from Apache Ant project
rem Slurp the command line arguments. This loop allows for an unlimited number