]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Fixed path setting bug; used /usr/local/src/xml-fop_20_Alt/bin
authorPeter Bernard West <pbwest@apache.org>
Sat, 11 May 2002 00:23:58 +0000 (00:23 +0000)
committerPeter Bernard West <pbwest@apache.org>
Sat, 11 May 2002 00:23:58 +0000 (00:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@194819 13f79535-47bb-0310-9956-ffa450edef68

bin/fopdevenv

index 367dff4da94c55d5d592b7c72b370dc3a275ba51..46bbd80916770a85a46ecebf9c8d3297da7434db 100644 (file)
@@ -4,7 +4,7 @@ unset CLASSPATH
 # N.B. If FOPDEV is unset, it defaults to the current directory.
 #  This will work from the xml-fop base directory if you
 #  . bin/fopdevenv
-FOPDEV=${FOPDEV:-.}; export FOPDEV
+FOPDEV=${FOPDEV:-"`pwd`"}; export FOPDEV
 JAVA_HOME=${JAVA_HOME:?"Set JAVA_HOME and try again"}
 FOPDEVJARS=`find $FOPDEV -follow -name '*.jar'`
 pre_vpath CLASSPATH $FOPDEVJARS $FOPDEV/build/classes $FOPDEV/build/fop.jar $JAVA_HOME/jre/lib/rt.jar