aboutsummaryrefslogtreecommitdiff
path: root/java/linux-sun-jdk13/files/patch-aa
blob: 1ee59bfec9645c319dd03d6f76f9fc28fbf1e944 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- bin/.java_wrapper.orig	Tue Dec  5 15:01:50 2000
+++ bin/.java_wrapper	Tue Dec  5 15:02:20 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"