Browse Source

Removed set -x


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197090 13f79535-47bb-0310-9956-ffa450edef68
tags/Alt-Design_pre_awt_renderer_import
Peter Bernard West 20 years ago
parent
commit
47369c2a2c
1 changed files with 0 additions and 2 deletions
  1. 0
    2
      fop.sh

+ 0
- 2
fop.sh View File

# #
# Shell script to run FOP, adapted from the Jakarta-Ant project. # Shell script to run FOP, adapted from the Jakarta-Ant project.


set -x

if [ -f $HOME/.foprc ] ; then if [ -f $HOME/.foprc ] ; then
. $HOME/.foprc . $HOME/.foprc
fi fi

Loading…
Cancel
Save