From 01a9f79f0a3692d8148990805beabc8593d3596d Mon Sep 17 00:00:00 2001 From: cvs2svn Date: Wed, 18 Apr 2001 21:37:32 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'. --- java/linux-sun-jdk13/files/patch-ab | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 java/linux-sun-jdk13/files/patch-ab (limited to 'java/linux-sun-jdk13/files/patch-ab') diff --git a/java/linux-sun-jdk13/files/patch-ab b/java/linux-sun-jdk13/files/patch-ab deleted file mode 100644 index cf51b6a54d01..000000000000 --- a/java/linux-sun-jdk13/files/patch-ab +++ /dev/null @@ -1,13 +0,0 @@ ---- 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=`/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="`/usr/bin/dirname $PRG`/$link" -- cgit v1.2.3