From f6943f4c9c7b19c881b087f82e79875863e473b8 Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Fri, 1 Jun 2001 08:18:52 +0000 Subject: Undo upgrade to 1.3.1. Unfortunately committer who committed change did not notice PR submitter's follow-up in which he asked not to do upgrade due to the bug discovered in this particular version of JDK. Submitted by: Ernst de Haan --- java/linux-jdk13/files/patch-ab | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'java/linux-jdk13/files/patch-ab') diff --git a/java/linux-jdk13/files/patch-ab b/java/linux-jdk13/files/patch-ab index 484f62cdff09..cf51b6a54d01 100644 --- a/java/linux-jdk13/files/patch-ab +++ b/java/linux-jdk13/files/patch-ab @@ -1,13 +1,13 @@ ---- jre/bin/.java_wrapper.orig Fri May 25 14:39:58 2001 -+++ jre/bin/.java_wrapper Fri May 25 14:42:25 2001 -@@ -34,8 +34,8 @@ +--- jre/bin/.java_wrapper.orig Tue Dec 5 15:25:11 2000 ++++ jre/bin/.java_wrapper Tue Dec 5 15:25:29 2000 +@@ -31,8 +31,8 @@ # Resolve symlinks. See 4152645. while [ -L "$PRG" ]; do - ls=`ls -ld "$PRG"` -- link=`expr "$ls" : '.*-> \(.*\)$'` -- if expr "$link" : '/' > /dev/null; then + ls=`/bin/ls -ld "$PRG"` +- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'` +- if /usr/bin/expr "$link" : '/' > /dev/null; then + link=`/compat/linux/usr/bin/expr "$ls" : '.*-> \(.*\)$'` + if /compat/linux/usr/bin/expr "$link" : '/' > /dev/null; then PRG="$link" else - PRG="`dirname $PRG`/$link" + PRG="`/usr/bin/dirname $PRG`/$link" -- cgit v1.2.3