]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fix for paths with spaces.
authorJeremias Maerki <jeremias@apache.org>
Fri, 21 Jan 2011 06:54:39 +0000 (06:54 +0000)
committerJeremias Maerki <jeremias@apache.org>
Fri, 21 Jan 2011 06:54:39 +0000 (06:54 +0000)
Submitted by: Carl Hoffman/Glenn Adams

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1061652 13f79535-47bb-0310-9956-ffa450edef68

fop.cmd

diff --git a/fop.cmd b/fop.cmd
index b8bfb2096da7e86a14ab600b0a772bbc430cf9e9..3a0538d5ee0be92c7afbdbb2e32901f081775371 100644 (file)
--- a/fop.cmd
+++ b/fop.cmd
@@ -19,7 +19,7 @@ SETLOCAL ENABLEDELAYEDEXPANSION
 \r
 rem %~dp0 is the expanded pathname of the current script under NT\r
 set LOCAL_FOP_HOME=\r
-if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME=%~dp0\r
+if "%OS%"=="Windows_NT" set LOCAL_FOP_HOME="%~dp0"\r
 \r
 rem Code from Apache Ant project\r
 rem Slurp the command line arguments. This loop allows for an unlimited number\r