]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Changed ant to fop. Added -h to command line for --help script option.
authorSimon Pepping <spepping@apache.org>
Sat, 29 Oct 2005 20:27:21 +0000 (20:27 +0000)
committerSimon Pepping <spepping@apache.org>
Sat, 29 Oct 2005 20:27:21 +0000 (20:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@329473 13f79535-47bb-0310-9956-ffa450edef68

fop

diff --git a/fop b/fop
index 1b859486df86d6ec8292c71f1a7ddc9f1837a7ce..5992fb126afc0a7ee2757108ff402f3bd952fa37 100755 (executable)
--- 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