From 5281cb19870ae08e433c29fddc11b5c8e449fb53 Mon Sep 17 00:00:00 2001 From: rramthun Date: Sat, 4 Feb 2006 15:59:45 +0000 Subject: [PATCH] oops git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1531 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- startYACY.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/startYACY.sh b/startYACY.sh index e3e65a816..9206969da 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -7,7 +7,7 @@ then exit 2 elif ! [-x "`which java`"] echo "The java command is not executable." - echo "Either you have not installed java or it is not in your $PATH" + echo "Either you have not installed java or it is not in your PATH" echo "Has this script been invoked by CRON? Then use the -c option." exit 2