diff options
author | Simon Pepping <spepping@apache.org> | 2006-10-13 07:10:20 +0000 |
---|---|---|
committer | Simon Pepping <spepping@apache.org> | 2006-10-13 07:10:20 +0000 |
commit | 1171644b9ee3732e7c671fdb7303e4d1554dcd10 (patch) | |
tree | a079688687b1ba33696fd3817327157b16d70087 /fop | |
parent | 4250e5c3094d0fe50400fbb92e9a10b88b0d0d22 (diff) | |
download | xmlgraphics-fop-1171644b9ee3732e7c671fdb7303e4d1554dcd10.tar.gz xmlgraphics-fop-1171644b9ee3732e7c671fdb7303e4d1554dcd10.zip |
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
Diffstat (limited to 'fop')
-rwxr-xr-x | fop | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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 |