Parcourir la source

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
tags/fop-1_1rc1old
Jeremias Maerki il y a 13 ans
Parent
révision
93e2a5192a
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      fop.cmd

+ 1
- 1
fop.cmd Voir le fichier

@@ -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

Chargement…
Annuler
Enregistrer