diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 2001-04-18 21:37:32 +0000 |
commit | 01a9f79f0a3692d8148990805beabc8593d3596d (patch) | |
tree | 99d1ef5788fc9e55b6948a7d4951ac4a315f63bf /java/linux-sun-jdk13/files/patch-ab | |
parent | New index, rebuilt due to samba changes. (Gee, how many things (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_4_3_0'.release/4.3.0
Diffstat (limited to 'java/linux-sun-jdk13/files/patch-ab')
-rw-r--r-- | java/linux-sun-jdk13/files/patch-ab | 13 |
1 files changed, 0 insertions, 13 deletions
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" |