]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Bugzilla 50590: Fix typo in fop_exec() function in fop.js. Thanks to sergeyb49.AT...
authorAndreas L. Delmelle <adelmelle@apache.org>
Sat, 15 Jan 2011 18:31:37 +0000 (18:31 +0000)
committerAndreas L. Delmelle <adelmelle@apache.org>
Sat, 15 Jan 2011 18:31:37 +0000 (18:31 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1059385 13f79535-47bb-0310-9956-ffa450edef68

fop.js

diff --git a/fop.js b/fop.js
index bef5a56c4afa4b40e77076955d552be0d32d7bb8..f92d06b4cff1a197267d8e4191bee1f120d9cbd3 100644 (file)
--- a/fop.js
+++ b/fop.js
@@ -223,7 +223,7 @@ function fop_exec() {
        + (config.Exists("JAVA_OPTS")?config.Item("JAVA_OPTS") + " ":"")\r
        + (config.Exists("LOGCHOICE")?config.Item("LOGCHOICE") + " ":"")\r
        + (config.Exists("LOGLEVEL")?config.Item("LOGLEVEL") + " ":"")\r
-       "-classpath \"" + local_classpath + "\" "\r
+       "-classpath \"" + local_classpath + "\" "\r
        + (config.Exists("FOP_OPTS")?config.Item("FOP_OPTS"):"")\r
        + "org.apache.fop.cli.Main " + fop_exec_args;\r
   if (debug || fop_exec_debug) {\r