chiark / gitweb /
fix typo
authorIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 22 Aug 2010 17:56:49 +0000 (18:56 +0100)
committerIan Jackson <ian@liberator.relativity.greenend.org.uk>
Sun, 22 Aug 2010 17:56:49 +0000 (18:56 +0100)
jpctb

diff --git a/jpctb b/jpctb
index fbc732adef64a539151dd88b22de17f9094fb7ad..2e2db6d934bca442deba9d2891d2701526318209 100755 (executable)
--- 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