From: Ian Jackson Date: Sun, 22 Aug 2010 17:56:49 +0000 (+0100) Subject: fix typo X-Git-Tag: 0.9.1~17 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=commitdiff_plain;h=e8a10433e34ac99ebe3671fa6010fc4a313e4ee2;hp=de569f1f5392d149551a8e2ac61a2cd11796368f;p=jarrg-ian.git fix typo --- diff --git a/jpctb b/jpctb index fbc732a..2e2db6d 100755 --- a/jpctb +++ b/jpctb @@ -80,7 +80,7 @@ jpctb: END if [ -x "$yppdir/java/bin/java" ]; then - if [ test -d "$yppdir/java/jre" ]; then + if [ -d "$yppdir/java/jre" ]; then echo " yohoho/java/bin and yohoho/java/jre exist, good" javadir="$yppdir/java" else