blob: f69142ae4de483fac049a6d60a467598d9b340aa (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- jre/bin/.java_wrapper.orig Mon Jan 27 13:48:43 2003
+++ jre/bin/.java_wrapper Mon Jan 27 13:48:54 2003
@@ -39,8 +39,8 @@
# Resolve symlinks. See 4152645.
while [ -L "${PRG}" ]; do
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="`dirname ${PRG}`/${link}"
|