This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: classpath comparison script fixlet


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,/[^/]*/[^/]*$,,'`"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]