Author: jeremias
Date: Fri Jan 21 06:54:39 2011
New Revision: 1061652
URL: http://svn.apache.org/viewvc?rev=1061652&view=rev
Log:
Fix for paths with spaces.
Submitted by: Carl Hoffman/Glenn Adams
Modified:
xmlgraphics/fop/trunk/fop.cmd
Modified: xmlgraphics/fop/trunk/fop.cmd
URL:
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/fop.cmd?rev=1061652&r1=1061651&r2=1061652&view=diff
==============================================================================
--- xmlgraphics/fop/trunk/fop.cmd (original)
+++ xmlgraphics/fop/trunk/fop.cmd Fri Jan 21 06:54:39 2011
@@ -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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]