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/12/16 22:44:45 UTC

jena git commit: JENA-1099: undo export FUSEKI_HOME and FUSEKI_BASE

Repository: jena
Updated Branches:
  refs/heads/master 1cb2913f7 -> fd0c7b31f


JENA-1099: undo export FUSEKI_HOME and FUSEKI_BASE


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

Branch: refs/heads/master
Commit: fd0c7b31f86b4f7a37dbdebf5b73f9c40f75805d
Parents: 1cb2913
Author: Andy Seaborne <an...@apache.org>
Authored: Wed Dec 16 21:44:38 2015 +0000
Committer: Andy Seaborne <an...@apache.org>
Committed: Wed Dec 16 21:44:38 2015 +0000

----------------------------------------------------------------------
 jena-fuseki2/apache-jena-fuseki/fuseki | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/fd0c7b31/jena-fuseki2/apache-jena-fuseki/fuseki
----------------------------------------------------------------------
diff --git a/jena-fuseki2/apache-jena-fuseki/fuseki b/jena-fuseki2/apache-jena-fuseki/fuseki
index e3c3c7c..4bee1b4 100755
--- a/jena-fuseki2/apache-jena-fuseki/fuseki
+++ b/jena-fuseki2/apache-jena-fuseki/fuseki
@@ -309,8 +309,8 @@ fi
 RUN_CMD=("$JAVA" "${RUN_ARGS[@]}")
 
 # Export the variables to be seen by the java server process.
-export FUSEKI_HOME
-export FUSEKI_BASE
+## export FUSEKI_HOME
+## export FUSEKI_BASE
 
 #####################################################
 # Comment these out after you're happy with what