remm 01/02/11 13:29:52
Modified: . build.sh
Log:
- Build script was broken under Cygwin (I use it to generate the packaged releases).
Revision Changes Path
1.12 +2 -2 jakarta-slide/build.sh
Index: build.sh
===================================================================
RCS file: /home/cvs/jakarta-slide/build.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.sh 2001/02/09 07:50:53 1.11
+++ build.sh 2001/02/11 21:29:52 1.12
@@ -1,6 +1,6 @@
#! /bin/sh
-# $Id: build.sh,v 1.11 2001/02/09 07:50:53 remm Exp $
+# $Id: build.sh,v 1.12 2001/02/11 21:29:52 remm Exp $
BUILDFILE=build.xml
@@ -23,7 +23,7 @@
# convert the unix path to windows
if [ "$OSTYPE" = "cygwin32" ] || [ "$OSTYPE" = "cygwin" ] ; then
- CLASSPATH=`cygpath --path --windows "$CLASSPATH"`
+ LOCALCLASSPATH=`cygpath --path --windows "$LOCALCLASSPATH"`
fi
${JAVA_HOME}/bin/java -classpath ${LOCALCLASSPATH} org.apache.tools.ant.Main \