summaryrefslogtreecommitdiff
path: root/java/linux-jdk13/files/patch-ab
diff options
context:
space:
mode:
authorKevin Lo <kevlo@FreeBSD.org>2001-06-01 05:46:26 +0000
committerKevin Lo <kevlo@FreeBSD.org>2001-06-01 05:46:26 +0000
commit2d7438d6f4e745b0e59b3a2bc4f87398c455d252 (patch)
tree61f07cb6806f66e710acb7ff7aa8d866e55e9d64 /java/linux-jdk13/files/patch-ab
parentUse ':' instead of '.' for ${CHOWN}. (diff)
Update to version 1.3.1
PR: 27638 Submitted by: Ernst de Haan <ernst@heinz.jollem.com>
Notes
Notes: svn path=/head/; revision=43377
Diffstat (limited to 'java/linux-jdk13/files/patch-ab')
-rw-r--r--java/linux-jdk13/files/patch-ab14
1 files changed, 7 insertions, 7 deletions
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"