From: Ian Jackson Date: Sun, 22 Aug 2010 18:05:10 +0000 (+0100) Subject: jpctb: More fixes for testing X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=jarrg-owen.git;a=commitdiff_plain;h=f36b775b4fbddab83ab0b0e8f835654c2b07c577 jpctb: More fixes for testing --- diff --git a/jpctb b/jpctb index 2e2db6d..c7bfe4b 100755 --- a/jpctb +++ b/jpctb @@ -84,7 +84,7 @@ if [ -x "$yppdir/java/bin/java" ]; then echo " yohoho/java/bin and yohoho/java/jre exist, good" javadir="$yppdir/java" else - absjava=`readlink -f "$javadir/bin/java"` + absjava=`readlink -f "$yppdir/java/bin/java"` cat <