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/03/16 17:37:47 UTC

jena git commit: Fuseki1 dev helper script - adjust to file location

Repository: jena
Updated Branches:
  refs/heads/master 6af179761 -> 9c0559675


Fuseki1 dev helper script - adjust to file location


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

Branch: refs/heads/master
Commit: 9c0559675b367fac734e17eb47338712e757a1e1
Parents: 6af1797
Author: Andy Seaborne <an...@apache.org>
Authored: Mon Mar 16 16:37:33 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Mon Mar 16 16:37:33 2015 +0000

----------------------------------------------------------------------
 jena-fuseki1/run-fuseki | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/9c055967/jena-fuseki1/run-fuseki
----------------------------------------------------------------------
diff --git a/jena-fuseki1/run-fuseki b/jena-fuseki1/run-fuseki
index 98b0d45..ee49370 100755
--- a/jena-fuseki1/run-fuseki
+++ b/jena-fuseki1/run-fuseki
@@ -19,7 +19,7 @@
 ## Run Fuseki, include development code if it looks like it's available.
 ## Or --pages=
 
-export FUSEKI_HOME=${FUSEKI_HOME:-$HOME/Jena/jena-fuseki}
+export FUSEKI_HOME=${FUSEKI_HOME:-$HOME/Jena/jena-fuseki1}
 if [ ! -e $FUSEKI_HOME ]
 then
     echo "$FUSEKI_HOME does not exist" 1>&2