From: Ian Jackson Date: Sun, 22 Aug 2010 17:56:49 +0000 (+0100) Subject: fix typo X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=jarrg-owen.git;a=commitdiff_plain;h=e8a10433e34ac99ebe3671fa6010fc4a313e4ee2 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