summaryrefslogtreecommitdiffstats
path: root/fop
diff options
context:
space:
mode:
authorSimon Pepping <spepping@apache.org>2007-06-29 17:39:01 +0000
committerSimon Pepping <spepping@apache.org>2007-06-29 17:39:01 +0000
commitc267a577c06e4f737d53fb7e24a4de656909be5c (patch)
tree8816dc1c1ada63c693114c9df912ac595ef59c40 /fop
parent67a9815afa925606d13e13488e5539a57deb5bb2 (diff)
downloadxmlgraphics-fop-c267a577c06e4f737d53fb7e24a4de656909be5c.tar.gz
xmlgraphics-fop-c267a577c06e4f737d53fb7e24a4de656909be5c.zip
Applied fix suggested by Arno Peters to the fop shell script. This fix
makes the script work with a FOP_HOME path containing spaces. This solves bug 42616. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@551972 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'fop')
-rwxr-xr-xfop2
1 files changed, 2 insertions, 0 deletions
diff --git a/fop b/fop
index 27ee48ad2..c175c538c 100755
--- a/fop
+++ b/fop
@@ -22,6 +22,8 @@ fop_exec_args=
no_config=false
fop_exec_debug=false
show_help=false
+export IFS="
+"
for arg in "$@" ; do
if [ "$arg" = "--noconfig" ] ; then
no_config=true