[packages/java-xmlgraphics-fop] - fix fop.sh typos

qboosh qboosh at pld-linux.org
Tue Sep 3 19:28:09 CEST 2019


commit 20c0308130170e1389d376556a03c2a200fc2d20
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Sep 3 19:30:55 2019 +0200

    - fix fop.sh typos

 fop.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/fop.sh b/fop.sh
index e3660f5..d910b86 100644
--- a/fop.sh
+++ b/fop.sh
@@ -15,7 +15,7 @@ MAIN_CLASS=org.apache.fop.cli.Main
 # an argument), don't override it.
 case " $*" in
   *' -c '*) FOP_CONFIG_OPTION="" ;;
-  *) FOP_CONFIG_OPTION="-c $FOP_CONFIG" ;;
+  *) FOP_CONFIG_OPTION="-c $FOP_CONF" ;;
 esac
 
-run $CONFIG ${1:+"$@"}
+run $FOP_CONFIG_OPTION ${1:+"$@"}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/java-xmlgraphics-fop.git/commitdiff/20c0308130170e1389d376556a03c2a200fc2d20



More information about the pld-cvs-commit mailing list