commit 20c0308130170e1389d376556a03c2a200fc2d20
Author: Jakub Bogusz <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to