From 2d7438d6f4e745b0e59b3a2bc4f87398c455d252 Mon Sep 17 00:00:00 2001 From: Kevin Lo Date: Fri, 1 Jun 2001 05:46:26 +0000 Subject: Update to version 1.3.1 PR: 27638 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 cf51b6a54d01..484f62cdff09 100644 --- a/java/linux-jdk13/files/patch-ab +++ b/java/linux-jdk13/files/patch-ab @@ -1,13 +1,13 @@ ---- 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 @@ +--- 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 @@ # Resolve symlinks. See 4152645. while [ -L "$PRG" ]; do - ls=`/bin/ls -ld "$PRG"` -- link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'` -- if /usr/bin/expr "$link" : '/' > /dev/null; then + ls=`ls -ld "$PRG"` +- link=`expr "$ls" : '.*-> \(.*\)$'` +- if 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="`/usr/bin/dirname $PRG`/$link" + PRG="`dirname $PRG`/$link" -- cgit v1.2.3