From 93e2a5192a5163ceac8f400ced467add3ae87fec Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Fri, 21 Jan 2011 06:54:39 +0000 Subject: [PATCH] Fix for paths with spaces. 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5