From 86519341595e0d55d752a7df68dfc1953461fa8d Mon Sep 17 00:00:00 2001 From: Simon Pepping Date: Sat, 29 Oct 2005 20:27:21 +0000 Subject: [PATCH] Changed ant to fop. Added -h to command line for --help script option. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@329473 13f79535-47bb-0310-9956-ffa450edef68 --- fop | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/fop b/fop index 1b859486d..5992fb126 100755 --- a/fop +++ b/fop @@ -28,6 +28,7 @@ for arg in "$@" ; do fop_exec_debug=true elif [ my"$arg" = my"--h" -o my"$arg" = my"--help" ] ; then show_help=true + fop_exec_args="$fop_exec_args -h" else if [ my"$arg" = my"-h" -o my"$arg" = my"-help" ] ; then show_help=true @@ -36,16 +37,16 @@ for arg in "$@" ; do fi done -# Source/default ant configuration +# Source/default fop configuration if $no_config ; then rpm_mode=false else - # load system-wide ant configuration + # load system-wide fop configuration if [ -f "/etc/fop.conf" ] ; then . /etc/fop.conf fi - # load user ant configuration + # load user fop configuration if [ -f "$HOME/.fop/fop.conf" ] ; then . $HOME/.fop/fop.conf fi -- 2.39.5