diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-07 03:29:32 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-12-07 03:29:32 +0000 |
commit | 2480bc8a31c99aeb414269cbe66c5902bc66c12c (patch) | |
tree | fa2e00d8b2a4edf9e28ce5751a57469629b777f4 /java/linux-sun-jdk13/files/patch-ab | |
parent | New patch for version 0.4 (diff) |
Initial import of Linux JDK 1.3
This port is Sun's Java Development Kit 1.3.0 for Linux
Notes
Notes:
svn path=/head/; revision=35735
Diffstat (limited to 'java/linux-sun-jdk13/files/patch-ab')
-rw-r--r-- | java/linux-sun-jdk13/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/java/linux-sun-jdk13/files/patch-ab b/java/linux-sun-jdk13/files/patch-ab new file mode 100644 index 000000000000..cf51b6a54d01 --- /dev/null +++ b/java/linux-sun-jdk13/files/patch-ab @@ -0,0 +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 @@ + # 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" |