Browse Source

fop script again. Forgot to remove debugging information.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@463579 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_93
Simon Pepping 17 years ago
parent
commit
1171644b9e
1 changed files with 0 additions and 11 deletions
  1. 0
    11
      fop

+ 0
- 11
fop View File

@@ -115,21 +115,11 @@ if $cygwin ; then
JAVA_HOME=`cygpath --unix "$JAVA_HOME"`
fi


########################
# Experimental code
########################

if [ "$OS" = "Windows_NT" ] ; then
pathSepChar=";"
else
pathSepChar=":"
fi
echo Path Sep Char set to ${pathSepChar}

########################
########################


if [ -z "$JAVACMD" ] ; then
if [ -n "$JAVA_HOME" ] ; then
@@ -200,7 +190,6 @@ if $cygwin; then
fi
CYGHOME=`cygpath --$format "$HOME"`
fi
echo local class path: $LOCALCLASSPATH

# Show script help if requested
if $show_help ; then

Loading…
Cancel
Save