This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: classpath comparison script fixlet
- From: Tom Tromey <tromey at redhat dot com>
- To: Gcc Patch List <gcc-patches at gcc dot gnu dot org>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 15 Jan 2002 14:01:07 -0700
- Subject: Patch: FYI: classpath comparison script fixlet
- Reply-to: tromey at redhat dot com
I'm checking this in.
This fixes a small bug in the classpath/libgcj comparison script.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* scripts/gen-classpath-compare (OUTPUT): Correctly compute.
Index: scripts/gen-classpath-compare
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/java/scripts/gen-classpath-compare,v
retrieving revision 1.5
diff -u -r1.5 gen-classpath-compare
--- scripts/gen-classpath-compare 2002/01/13 22:11:18 1.5
+++ scripts/gen-classpath-compare 2002/01/15 20:45:13
@@ -14,7 +14,7 @@
shift
shift
-OUTPUT=$3
+OUTPUT=$1
if test -z "$OUTPUT"; then
# Strip the file name and the `scripts' directory component.
OUTPUT="`echo $0 | sed -e 's,/[^/]*/[^/]*$,,'`"