]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
fop script again. Forgot to remove debugging information.
authorSimon Pepping <spepping@apache.org>
Fri, 13 Oct 2006 07:10:20 +0000 (07:10 +0000)
committerSimon Pepping <spepping@apache.org>
Fri, 13 Oct 2006 07:10:20 +0000 (07:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@463579 13f79535-47bb-0310-9956-ffa450edef68

fop

diff --git a/fop b/fop
index e12e98d7724f33d9876ca8214e2393f239e1e250..27ee48ad285cecbb841b00824c34012b449a6bb5 100755 (executable)
--- a/fop
+++ b/fop
@@ -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