You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2015/09/26 15:30:04 UTC

[2/2] jena git commit: Correct redirection

Correct redirection


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/fa26eefe
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/fa26eefe
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/fa26eefe

Branch: refs/heads/master
Commit: fa26eefe0f55ae26cde88e7a4945bc9349a7e5f5
Parents: 1dcf5d9
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Sep 26 14:29:52 2015 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Sep 26 14:29:52 2015 +0100

----------------------------------------------------------------------
 jena-fuseki2/apache-jena-fuseki/fuseki | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/fa26eefe/jena-fuseki2/apache-jena-fuseki/fuseki
----------------------------------------------------------------------
diff --git a/jena-fuseki2/apache-jena-fuseki/fuseki b/jena-fuseki2/apache-jena-fuseki/fuseki
index 5058a02..bc7e5ce 100755
--- a/jena-fuseki2/apache-jena-fuseki/fuseki
+++ b/jena-fuseki2/apache-jena-fuseki/fuseki
@@ -252,7 +252,7 @@ then
 fi
 if [ -z "$JAVA" ]
 then
-  echo "Cannot find a Java JDK. Please set either set JAVA or put java (>=1.8) in your PATH." 2>&2
+  echo "Cannot find a Java JDK. Please set either set JAVA or put java (>=1.8) in your PATH." 1>&2
   exit 1
 fi