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 2017/10/09 12:26:31 UTC

[4/5] jena git commit: Fix generic launcher

Fix generic launcher


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

Branch: refs/heads/master
Commit: 3f295fea2e7087c164d8cf02c8a0a29640858a37
Parents: c45f937
Author: Andy Seaborne <an...@apache.org>
Authored: Sat Oct 7 14:34:46 2017 +0100
Committer: Andy Seaborne <an...@apache.org>
Committed: Sat Oct 7 14:34:46 2017 +0100

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


http://git-wip-us.apache.org/repos/asf/jena/blob/3f295fea/apache-jena/bin/jena
----------------------------------------------------------------------
diff --git a/apache-jena/bin/jena b/apache-jena/bin/jena
index be6239d..3b30fd1 100755
--- a/apache-jena/bin/jena
+++ b/apache-jena/bin/jena
@@ -98,4 +98,4 @@ case "$#" in
     *) CMD="$1" ; shift ;;
 esac
 
-java $JVM_ARGS $LOGGING -cp "$JENA_CP" arq.sparql "$@" 
+java $JVM_ARGS $LOGGING -cp "$JENA_CP" "$CMD" "$@"