You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
345 B
12 lines
345 B
24 years ago
|
--- bin/.java_wrapper Thu Dec 20 16:46:33 2001
|
||
|
+++ bin/.java_wrapper Thu Dec 20 16:46:26 2001
|
||
|
@@ -35,7 +35,7 @@
|
||
|
while [ -L "$PRG" ]; do
|
||
|
ls=`ls -ld "$PRG"`
|
||
|
link=`expr "$ls" : '.*-> \(.*\)$'`
|
||
|
- if expr "$link" : '/' > /dev/null; then
|
||
|
+ if expr "$link" : '^/' > /dev/null; then
|
||
|
PRG="$link"
|
||
|
else
|
||
|
PRG="`dirname $PRG`/$link"
|